AllowedExtensions

<< Click to Display Table of Contents >>

Navigation:  Intraweb Components > Standard > TIWFileUploader > Properties >

AllowedExtensions

AllowedExtensions: string; [Public, Read/Write]

 

A comma separated list of file extensions, without mask chars, like *. If set, IWFileUploader will not allow the user to upload files with different file extensions. When you set AllowedExtensions value, spaces, quotes and dots are removed. Semicolons, if entered, are replaced by commas.

 

e.g.: pdf, doc, zip

 

Default value: empty string, meaning that any file can be uploaded.