Simple File Upload as a React component
Simple File Upload is currently invite only. If you want to test it out, please reach out to Colleen Schnettler for an API Key.
npm install --save react-simple-file-upload
import React from 'react'
import { SimpleFileUpload } from 'react-simple-file-upload'
const File Editor = () => (
<SimpleFileUpload
apiKey="..."
onSuccess={...}
/>
);
MIT © Pixelplicity