react-images-upload
react-images-upload copied to clipboard
React input file component with images preview
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...
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...
For issue #150.
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...
 **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:...