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

The simple images uploader applied Render Props pattern that allows you to fully control UI component and behaviors.

Results 56 react-images-uploading issues
Sort by recently updated
recently updated
newest added

- [ ] Add unit test for all files - [ ] Add https://github.com/facebook/jest#badge to documentation

enhancement

Is it possible to get the [FileList](https://developer.mozilla.org/en-US/docs/Web/API/FileList) object itself from the ImageUploading component? Such as from the 'onChange' method or using a 'ref' attribute. I would like to extract the...

This issue also occurs in the sandbox demo. Tested on Android (smarthpone and tablet). When you click to upload images and the native upload module appears, you can choose 'Browse'....

https://pages.github.com/

documentation

https://codecov.io/

enhancement

Hi! Thanks for the component, it is very helpful but i have hit a limitation as i needed to call the `onImageRemoveAll` from a hook function. I could have by...

how do i access and retrieve file name?

Selected images are not ordered correctly on windows OS. It was ordered by created or modified date. But it is working in Mac.

Add unique id to images and update remove images based on that id, index is not safe.

Is there a method to reduce the size of a data_url? I'm sending a request to a post method, and when dealing with multiple images, I encounter a payload error....