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

Is there a built-in option or do I need to roll my own?

Bumps [tar](https://github.com/npm/node-tar) from 4.4.10 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

I'm trying to use the react dropzone uploader to upload files to S3 in my node / React web app, but can't get the signed url to work. The component...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [set-getter](https://github.com/doowb/set-getter) from 0.1.0 to 0.1.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=set-getter&package-manager=npm_and_yarn&previous-version=0.1.0&new-version=0.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

File.Meta always returns the image height and width if a single file is uploaded. However, if multiple files are uploaded the image dimensions will only be included in some of...

**how I can reset my component Dropzone whit state?** My state is ``` this.state = { files : [], } ``` My component is ``` (extra.reject ? 'Archivos' : 'Arrastrar...

Hi guys and thanks for the great component! I would like to ask if it is possible to add an ability to completely override the behavior of the `uploadFile` function?...

What's the purpose of submit button. In examples, the submit button is enabled after the upload is complete. In my case, I want to keep adding files and upload the...