odysseyscience/react-s3-uploader

Document support for using with react-dropzone

Open

#43 ouverte le 17 nov. 2015

Voir sur GitHub
 (10 commentaires) (0 réactions) (0 assignés)JavaScript (243 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (828 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

I've personally integrated this with react-dropzone, but the code was too specific to my use case to release.

We should add some code and documentation for the preferred way to integrate with react-dropzone.

For those wondering, I essentially bypassed the ReactS3Uploader react component and just included s3upload.js directly. Using the S3Upload class, I just wrapped each dropped file in a new instance, which kicks off the same upload process as using the component.

Guide contributeur