Rank: Newbie Groups: Member
Joined: 10/4/2010 Posts: 1
|
Hi, i have a question about allowedextension property.
What i need is to set multiple types of allowed files like:
Microsoft Office Documents (*.doc, *.docx, *.xls, *.xlsx) Images (*.jpg, ...) All Supported Type (all of the above)
(all of these should appear as possible selections in browse dialog)
is this possible ? I have seen this kind of functionality in other async upload controls.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You can use set this property to restrict the file types: http://doc.essentialobjects.com/library/1/eo.web.ajaxuploader.allowedextension.aspxHowever they will not be displayed in the browser dialog's file type list. That features requires Flash and our uploader is not Flash based. Thanks!
|