vutoan266 / react-images-uploading

The simple images uploader applied Render Props pattern that allows you to fully control UI component and behaviors.
https://github.com/vutoan266/react-images-uploading
MIT License
320 stars 52 forks source link

How do I add a loader when selecting images from local ? #159

Open nikhil104iic opened 1 year ago

nikhil104iic commented 1 year ago

I have a huge data of 500+ images, Sometimes 1500+ images. I want to add a loader when I select 1500 images so that user is informed that addition of images is in progress. It gives me a blank screen and user doesn't know what to do next.

Thanks, Nikhil