XUpload - File Names

Message
Author
caven
Posts: 2
Joined: Oct 27, 2008 1:57 pm

File Names

#1 Postby caven » Oct 27, 2008 2:00 pm

I purchased the PRO version and need to figure out a way of modifying the file names... for example I want the files to not be more than 10 characters in length with no spaces or special characters....

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Oct 28, 2008 7:26 am

Edit XUploadConfig.pm:

set max_name_length to '10' to cut names longer than 10 chars.

set filename_rename_mask to '\w' to keep alphanumeric only.