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

- **maxFiles** prop to limit the amount of uploaded images. - default limit to 99 - Hide upload button if limit is reached

I'm splitting a monolithic React application in components to later be able to reuse them. When I began moving files and folders around and changing imports, I seldom hit a...

![imagen](https://user-images.githubusercontent.com/43254628/97316189-d924b580-183f-11eb-98c8-ef6781033d0f.png) the defaultimage prop should be 'defaultImages?:string[]'

introduces the concept of keeping state and not keeping state after triggering onChange event. issues fixed: #101 #186 #81

Don't really know what might cause that. maxFileSize has been set for about 50MB. I upload my images directly to AWS S3. When using different file uploaders, images of any...

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1. Release notes Sourced from http-proxy's releases. Long overdue maintenance Due to some great contributions I'm happy to announce a new release of http-proxy containing...

dependencies

First I don't really understand why onDrop retains old pictures in array. What happens is that after onDrop when I pick another set of pictures it will return array with...

Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. #### Changes included in this PR - Changes to the following...

Is there any way to open thumbnail images on modal so that image can previewed clearly? Is there any prop with which I can send on image click?

**After I added some new images to the uploader that has defaultImages prop**, then I removed the first default image, it works well with the URLs, but the first uploaded...