vue-file-agent icon indicating copy to clipboard operation
vue-file-agent copied to clipboard

The most beautiful and full featured file upload component for Vue JS

Results 81 vue-file-agent issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Vimeo already creates the uploadUrl, Vimeo tus client doesn't need endpoint property, instead it need uploadUrl property to be passed....

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.0 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

My webpack CSS-loader started throwing an error today that `vue-file-agent.css` has a malformed URI. I tracked it down to this one line here. I don't know why this started today,...

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Is there an example to update the files array order? Thanks Michael

I've added the following to main.js: ``` import { SlickList, SlickItem } from 'vue-slicksort'; Vue.component('vfa-sortable-list', SlickList); Vue.component('vfa-sortable-item', SlickItem); ``` [Vue warn]: Unknown custom element: <vfa-sortable-item> - did you register the...

**Is your feature request related to a problem? Please describe.** If you drag and drop a file (an image for example) from another website into VFA nothing happens. **Describe the...

**Describe the solution you'd like** A common requirement for file uploaders in projects when it comes to images is resizing images to a max size before uploading (usually with a...