evseevdev / vue-uploadcare

Vue component for the Uploadcare widget.
MIT License
6 stars 2 forks source link

Multi file upload #1

Open soyximo opened 6 years ago

soyximo commented 6 years ago

Hi @evseevdev Thanks for sharing the component, works great and it returns the uploaded file url as expected. However when there are more files uploaded, They get into uploadcare correctly but only syncs one file name to the parent component.

Is it possible to adjust updatePropUrl () so that it returns an array if more than a file is submited.

Thanks in advance for looking into this.

evseevdev commented 6 years ago

Hi! I will do it soon

soyximo commented 6 years ago

Excellent thanks @evseevdev!