file-upload-vue icon indicating copy to clipboard operation
file-upload-vue copied to clipboard

file upload issues

Open gchan82 opened this issue 6 years ago • 1 comments

Hi Jecelyn, I saw your article https://scotch.io/tutorials/how-to-handle-file-uploads-in-vue-2#toc-display-success-and-failed-result, which looks like a good way to do file uploads in Vue. I am trying to get it to work for my project 'feedme'. It is a foodie app. People take pictures of food before they eat it, and share :) https://github.com/gchan82/feedme/commit/fd4dab35d694e61e621095ce943d289d7a88cdb8

I am trying to get Vue to work with Firebase, as it seems like a fast, centralized database storage and free. How do I modify your code to make it work on my web app? I put the code of your tutorial in 3 files under src/components -- file-upload.service.js, UploadFile2.vue, and UploadFile2Display.vue. Later, I can add these components to AddDish.vue.

Thank you for your help.

gchan82 avatar Nov 09 '18 17:11 gchan82

[email protected]

Tum1977 avatar Jul 07 '21 02:07 Tum1977