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

When uploading many large files, It is ok in Windows. But in MacOs (Ventura 13, Apple M1) it is extremely slow.

There is an example working for the [react-html5-camera-photo](https://www.npmjs.com/package/react-html5-camera-photo) package.

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

When uploading multiple files, it's possible that one of the files does not pass the resolution check. When this occurs, it's not possible to determine which file failed the check...

Hy, I have been testing my site on different platforms. When I open the link through the Facebook browser, the image upload does not work. Every time I upload the...

``` {({ imageList, onImageUpload, onImageUpdate, onImageRemove, onImageRemoveAll, isDragging, dragProps, }) => ( .... )} ``` When I upload an MP4 Video file of a size 500MB the data_url it results...