-
Notifications
You must be signed in to change notification settings - Fork 6
Flexible file uploader (to server and Amazon S3) #14
Comments
Hello @PrimozRome have you found anything around this? cheers, |
+1 |
@spekulatius unfortunately nothing. There are couple of Vue.js upload components but with very limited functionality and definitely none with S3 support. I decided to build my own upload component with this functionality but unfortunately I have many tasks to finish before this so my initial estimation is maybe 2 month before I have alpha/beta version... I will keep you updated. |
👍 Hi folks, please have a look at vue-s3-dropzone, which is a Vue 2.0 component uploads files directly to AWS S3 (serverless). Since uploading files to S3 is a little bit tricky sometimes, I don't think a general purpose file uploader should handle that. |
I love and am currently using http://www.dropzonejs.com/ for file uploads. If there was a framework/library/module/component/interface (in VueJS or not) that was similar (or worked on top of) to dropzone but also managed existing photos and extra niceties like cropping, tint, etc.. I would love to know about it. carcinocron/awesome-list#1 |
@kfei thanks for sharing! Great component! Though I'd prefer to have it decoupled from Lambda (and I'm planning to do that in my project). |
Component for handling file uploads.
Either directly to server or with direct upload to Amazon S3.
The text was updated successfully, but these errors were encountered: