react-dropzone-uploader
react-dropzone-uploader copied to clipboard
React file dropzone and uploader
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
This used to not be there, but it is there now. The upload does not cover the entire div, it looks like. There is a gray border to the right...
Closes: #138
how can prevent dropzone to upload init files again. consider open an edit modal with some uploaded files before and i whant to show them?!
Hi everybody! I have a little problem with checking all uploaded processes. I want to know if all my files have been uploaded successfully, I want the results to be...
Hey, I'm trying to send request with credentials. So far I tried to use getUploadParams and put there 'withCredentials' key like this: ```js getUploadParams = () => { return {url:...
Issue: When I drag some file over drop area in safari - each time when 'dragover' event is fired library throws an error "TypeError: null is not an object", it...
@0x3k When uploading large files onChangeStatus callback doesn't get `meta` for large files (around 300mb) `status` changes to 'done', but the `meta` object is missing.
Has anyone successfully used this with Formik and if so any code samples would be appreciated.