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

🖼️ Vue 3 component that handle multiple images upload with preview. This package support the create and the update form.

Results 9 vue-media-upload issues
Sort by recently updated
recently updated
newest added

My server requires authentication for server API call but how to send authentication tokens when the component only has server (server="/api/upload") props as a single url for call?

how can i add some other parameter to server like id and etc?

I have updated the readme and added instructions on how to read images from a server

…ch the key name of the server because some server use their own key (which is not image) so I add the prop so that we can change it to...

Hey, I think there should be an event so when the axios request fails, an event is triggered. Something like: const data = await axios.post(this.server, formData) .catch( error => {...

Ability to use Uploader twice or more in one component, so I added an input id param which is not required. Adding dynamic folder as the media id, as using...

paramname of server api

Can you include a `.d.ts` file in the component so that it could be imported in Typescript-based Vue 3 projects without requiring `allowJS: false`?