You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
Would you like to try a pull request with the necessary changes? You'll need to write some tests as well to ensure this actually works. I'm not sure it will be trivial, but maybe?
Hi !
Type of issue
Uploader type
Feature request details
FileUploader integration in a form (see) with optional file upload throw "No files to upload." on form submit when there is no file in FileUploader.
Change FileUploader form integration to act like an empty field instead.
Possible fix
Add an
optional
option in the FileUploader constructor or by default Existing HTML Forms integraton dont throw errors on upload if there is no file.fine-uploader/client/js/uploader.basic.api.js
Line 430 in 401482e
Thanks !
The text was updated successfully, but these errors were encountered: