When allowing the user to upload files, is there a way to verify the file name before the upload starts?
This is to avoid problems with spaces and special characters in file names, which can cause problems when downloading the file.
A way to automatically replace spaces with underscores would be very useful.