vue-upload-multiple-image icon indicating copy to clipboard operation
vue-upload-multiple-image copied to clipboard

Send together all images after click to submit

Open StrangerGithuber opened this issue 3 years ago • 1 comments

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

StrangerGithuber avatar Sep 21 '20 20:09 StrangerGithuber

@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

Dach0 avatar Oct 26 '20 10:10 Dach0