Hi, I am using the EO Ajax uploder and I have control over the file type (extension) & the size of the file, using user configurable parameters:
AJAXUploader1.MaxDataSize = (GetGlobalParameter("MaxUploadSoundFileSize") * 1024)
AJAXUploader1.AllowedExtension = GetGlobalParameter("AllowableAudioFileExtensions")
This works well, as the client side deals with incorrect files before they attempt to upload them
What I was after as well though was a way to control the length of the file name
Ie, blocking very long file names
Is this possible with the existing EO Ajax uploader
I am using the latest version compatable with VS 2010
Thanks