vue-upload-multiple-image
vue-upload-multiple-image copied to clipboard
A simple upload multiple image component for Vuejs
This is an issue regarding the images update event as it emits the changes before the file reader finishes loading images which is not the desired behavior.
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...
hi, how to upload image to a folder with this plugin?
As far as I can see, only the following parts of lodash are used: ``` import { forEach, findIndex, orderBy, cloneDeep } from 'lodash' ``` You should only depends on...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
When an image selected, it should be kept by a reactive variable. I can not access selected image's id.
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...
How I Can crop image before upload it??
hi, nice plugin, how to upload image to a folder with vue-upload-multiple-image?
Hi! I've tried to use the package in Nuxt.js. It worked almost perfectly, when in a dev mode. Unfortunately, I receive this error "Cannot use import statement outside a module"...