lekhang2512 / vue-upload-multiple-image

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

Send together all images after click to submit #43

Open StrangerGithuber opened 4 years ago

StrangerGithuber commented 4 years ago

Hello I am very confused how I can send all of the images to the api. I see there is an example in the uploaded event to send images one by one to the api with axios but I want to send together with other information (title, description, category) and of course the multiple images. When I put in console the "images" which is in the example then plenty of data I get but I didn't find even the picture name. How I can send the images to the api altogether?

I get this if I am using this.images method in the console: image

Dach0 commented 4 years ago

@StrangerGithuber probably you solved it or changed package, but for anyone looking for an answer take a look at my answer here 4th post from top.

Also, if anyone has a better idea, please share it.

Best regards, Damjan