react-upload-gallery
react-upload-gallery copied to clipboard
React for Upload Image Gallery. Sorted by drag & drop and Customizable
Cannot send cookies header because XMLHttpRequest doesn't send the cookies by default. So it will be great if you set `xhr.withCredentials = true;` or extract property that will set it.
It would be nice if you add logic to upload to a firebase firestore or amazon AWS s3
I my functional component I am setting InitialState via state variable that is fetched from API call and passed in from Redux, I am getting "A state mutation was detected...
Hehyo, is internationalization or setting own language strings possible? I would like to change the `Select Images to Upload` to my own language. Thanks in advance.
Sometimes I get this error when I try to upload 20 Images (40 MB) I use it like this: ``` import React from 'react'; import RUG from 'react-upload-gallery'; response.source} //...
Seems like this component's state is not meant to be controlled from the outside. I haven't found a good way to sync its state from a parent state. Passing state...
Hi! Is it possible to add a custom header to the request that downloads images from the API? My server requires a bearer token for every image request. I have...
I tried this demo, but it seems not to support react 18, and the codePens demo is using react 16.3.