vue-requests icon indicating copy to clipboard operation
vue-requests copied to clipboard

Flexible file uploader (to server and Amazon S3)

Open PrimozRome opened this issue 8 years ago • 6 comments

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

PrimozRome avatar May 19 '16 14:05 PrimozRome

Hello @PrimozRome

have you found anything around this?

cheers, spek

spekulatius avatar Jul 16 '16 03:07 spekulatius

+1

christophwolff avatar Oct 07 '16 13:10 christophwolff

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

PrimozRome avatar Oct 07 '16 14:10 PrimozRome

👍

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.

kfei avatar Nov 27 '16 14:11 kfei

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

carcinocron avatar Dec 01 '16 15:12 carcinocron

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

fengsi avatar Jan 05 '17 07:01 fengsi