react-dropzone-uploader icon indicating copy to clipboard operation
react-dropzone-uploader copied to clipboard

React file dropzone and uploader

Results 104 react-dropzone-uploader issues
Sort by recently updated
recently updated
newest added

iOS images are returning a URL, but not being uploaded. I believe this might have to do with the content-type of the upload itself when iOS resizes the issue. A...

First of all, thank you for creating and supporting the project! I'm uploading some files to S3. My images, pdfs etc start uploading within a few seconds, but the SVG...

Thanks for the great library. Just been trying to put an overlay type dropzone together that appears over the top of a form on drag. In order to do this...

Hi! my server returns an id in response but i don't know how to receive that id on front end without disturbing the react-dropzone-uploader files in node-modules? Any leads?

I want to be able to upload files and have them in the Ready state - as part of a form Once the form is ready - then a Submit...

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

Bumps [markdown-to-jsx](https://github.com/probablyup/markdown-to-jsx) from 6.10.2 to 6.11.4. Release notes Sourced from markdown-to-jsx's releases. 6.11.4: Mitigates security vulnerability where maliciously crafted markdown links could use data: or vbscript: urls to trigger an...

dependencies

Is it possible to update the file metadata after it has been added/processed. I have a custom Preview component that needs to have some context menu action and update the...

Currently when u click on button it will close drop zone, and remove files, i want to do it in auto, if file uploaded, close it.