Marcelo Reyna
Marcelo Reyna
Yeah, so that inherently works as a multipart upload, if it wasn't multipart there wouldn't be progress. The docs you were looking at are for multipart server side uploads. I...
Like drag-drop? I'm thinking about adding something to simplify preview right now but for drag drop you would have to do something similar to what is described here: http://www.html5rocks.com/en/tutorials/file/dndfiles/
Cool, yeah, I'm going to revamp all of this project just like I did with the S3 project. It'll make it more flexible for working with things like that. :)
I haven't tried to do something like that but this might point you in the right direction: https://hacks.mozilla.org/2011/01/how-to-develop-a-html5-image-uploader/ Cloudinary's plugin doesn't seem to have anything to manage that before uploading.
Hmm, you should definitely double check whether that path actually exists. Are you deploying via demeteorizer?
Also, if you plan on doing server side uploads a lot, you should consider looking at some of the previous code I had on the package. You are going to...
Hmm, have you tried opening an issue with the guys that built Knox? I wish I could help you more but my time is really constrained at the moment >_<
The npm version of this package should make it easier for you to spot the problem https://www.npmjs.com/package/s3up also make sure you have the permissions on your bucket set correctly.
Hey! The package is still scoped globally, are you importing it anywhere?
Awesome! Thank you! On Sat, Apr 15, 2017 at 11:45 AM David Miranda wrote: > I just sent you another small donation. Thank you for this awesome package! > >...