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 click opload, and then choose to view all files (in your OS dialog) you can upload a file of any type. This is also the case for the default [file] field.
But when you try to submit the form there is no error thrown and the file is actually uploaded.
when using the [file] field, CF7 throws an error.
The text was updated successfully, but these errors were encountered:
pwkip
changed the title
BUG: [multifile] allows uploading of filetype that is not specified in allowed_files
BUG: [multifile] allows uploading of filetype that is not specified in allowed filetypes
Dec 16, 2022
* Add Plugin Dependency for CF7 in plugin header
* fix deprecated warning dynamic property creation
* fix Using ${var} in strings is deprecated
* Fix XSS vulnerability in admin settings page. Thanks to [Patchstack](patchstack.com) for reporting this issue.
* PRO: Fix: [response] tag doesn't work properly in multistep [#127](#127)
* PRO: Add support for checkbox free_text option in summary field [#126](#126)
* PRO: Fix: [multifile] allows uploading of filetype that is not specified in allowed filetypes [#103]((#103)
[multifile my-files filetypes:pdf|zip] notusinganygroups [submit]
If you click opload, and then choose to view all files (in your OS dialog) you can upload a file of any type. This is also the case for the default [file] field.
But when you try to submit the form there is no error thrown and the file is actually uploaded.
when using the [file] field, CF7 throws an error.
The text was updated successfully, but these errors were encountered: