Follow up for #997900: Not possible to allow uploading files with any file extension
Current order: file_munge_filename($filename, $extensions, $alerts = TRUE, $inclusion = FILE_ALLOW_EXTENSIONS_LISTED)
Better should be: file_munge_filename($filename, $extensions, $inclusion = FILE_ALLOW_EXTENSIONS_LISTED, $alerts = TRUE)
Comments
Comment #1
JamesK commentedPostponed until #997900: Not possible to allow uploading files with any file extension is committed.
Comment #8
kim.pepperClosing as outdated. Please re-open if this is still relevant.