odysseyscience/react-s3-uploader

Document support for using with react-dropzone

开放

#43 创建于 2015年11月17日

 (10 条评论) (0 个反应) (0 位负责人)JavaScript (243 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (828 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南