Last active
May 13, 2018 09:53
-
-
Save janko/9aea154d72eb85b1fbfa16e1d77946e5 to your computer and use it in GitHub Desktop.
Simple walkthrough for adding direct (S3) uploads to a Roda & Sequel app with Shrine
Thanks for the heads up, I updated the guides now to use the latest Uppy.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uppy has been having quite a few breaking changes, including giving you the file as the first arg on the 'upload-success' event. Thus,
Needs to be changed to:
And you don't have to grab the file from the fileID