react-images-upload icon indicating copy to clipboard operation
react-images-upload copied to clipboard

React input file component with images preview

Results 100 react-images-upload issues
Sort by recently updated
recently updated
newest added

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

I installed the package as suggested in the readme but im missing/mismatching some of the typings. When i do a manual paste all is well. however this is not convenient...

This is so nice uploader and I like it onChange function didnt return image path but only image name How can I get image path and image name? Thank you.

Hi I added this new feature since I needed and I think is useful. Regards.

Hi, does this plugin supports drag & drop of images? I tried on chrome and firefox and when I drop the image file, it opens the image on the browser...

How can I achieve properly rotated image on preview according to EXIF orientation flag?

I tried using `buttonClassName="btn btn-sm btn-primary"` but it seems the bootstrap property is not applied to the button and `chooseFileButton` is the class which is applied. So after looking into...

![image](https://user-images.githubusercontent.com/21901478/69072540-d9bea480-0a51-11ea-8019-37b3e752a63a.png) **Override this CSS Hope this helps** ``` .fileContainer .uploadPictureContainer img.uploadPicture { width: unset !important; } .uploadPicturesWrapper > div:first-child { flex-wrap: unset !important; } .fileContainer .deleteImage { position: absolute; top:...