Rank: Advanced Member Groups: Member
Joined: 9/6/2007 Posts: 133
|
Is there any way to force the user to only allow files with a name that matches certain criteria without first uploading the file? I want to force the user to upload only files that have been named in a certain way, and I don't want to display the error message after the file has already been loaded.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I believe the only thing you can do is to set AllowedExtension so that if the file's extension doesn't match, it won't upload.
Thanks
|