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
If you set FILE_ALLOWED_EXTENSIONS to lets say only pdf, the file upload field will still say that all the file formats are allowed since FILE_ACCEPT_ATTR_VALUE is not updated. Form submission will however fail if other files than pdf is added.
If you set FILE_ALLOWED_EXTENSIONS to lets say only pdf, the file upload field will still say that all the file formats are allowed since FILE_ACCEPT_ATTR_VALUE is not updated. Form submission will however fail if other files than pdf is added.