lekhang2512 / vue-upload-multiple-image

A simple upload multiple image component for Vuejs
132 stars 50 forks source link

Return Array #42

Closed StrangerGithuber closed 4 years ago

StrangerGithuber commented 4 years ago

Hi, I am newbie and trying figure out in these 2 weeks how to save the images. It seems this vue component has a function to setup the primary image and send the files to the server side. How the array looks like? How to read from the array the primary image and how to save the files? I am using Laravel and it became more complicated for me now.

Thanks in advance the answers :)