With the new uber-uploader progress bar it stops anyone uploading files with spaces in or other chars such as ' [] etc. it also has a 32 letter filename limit.
you can turn off this annoying feature by editing /include/settings/uu_conlib.php and changing "check_file_name_format" to
$check_file_name_format = 0;
Bookmarks