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
as per issue #437 backbone forms does not (yet) have a dedicated editor for file upload fields.
using dataType=file is a workaround that works /mostly/ but not completely:
on initial render with a blank model everything is fine.
no "change" backbone events are triggered when the user browses and selects a file.
if the model happens to have a value already, then the current Text editor tries to set that as the value for the file input field, which fails: just about all modern browsers refuse this and flag it as an insecure operation.
The text was updated successfully, but these errors were encountered:
as per issue #437 backbone forms does not (yet) have a dedicated editor for file upload fields.
using dataType=file is a workaround that works /mostly/ but not completely:
The text was updated successfully, but these errors were encountered: