vuejs / vue-requests

Need a Vue.js module or looking for ideas?
MIT License
69 stars 6 forks source link

Flexible file uploader (to server and Amazon S3) #14

Open PrimozRome opened 8 years ago

PrimozRome commented 8 years ago

Component for handling file uploads. Either directly to server or with direct upload to Amazon S3.

spekulatius commented 8 years ago

Hello @PrimozRome

have you found anything around this?

cheers, spek

christophwolff commented 8 years ago

+1

PrimozRome commented 8 years ago

@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.

kfei commented 7 years ago

👍

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.

carcinocron commented 7 years ago

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. https://github.com/InstanceOfMichael/awesome-list/issues/1

fengsi commented 7 years ago

@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).