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

**Describe the bug** If you select multiple files and one of them is broken, afterwards it will remove all of the selected files (i.e. the ones selected at the same...

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

I have multiple models. I want to upload separate images for each model. After the user selects any model, the image upload window opens and selects the images. It then...

As the WMF images can not be viewed in HTML, they should not be marked as image type. Being treated as viewable image format while not being able to preview...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

In a nutshell I'm looking for vue-file-agent to handle the upload of a photograph taken with a webcam. I'm using auto upload. I can add the data uri to the...

Instead of returning uploader.tusUpload immediately, save the promise so that upload, upload.error events can be emitted consistently regardless of the resumable option.