|
Rank: Newbie Groups: Member
Joined: 5/5/2008 Posts: 9
|
Hi,
How can I configure AJAXUploader so it only uploads certain file types. I want to limit openfiledialog to show only image type files when users click browse. Is it possible?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can limit the type of files to be uploaded by setting the uploader's AllowedExtension property. However you can not restricts the type of the files open file dialog shows.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 5/5/2008 Posts: 9
|
How do I set AllowedExtension property? Is it something like that:
AllowedExtension = "jpg;png;gif"?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, No. Please see here for details: http://www.essentialobjects.com/ViewDoc.aspx?t=EO.Web.AJAXUploader.AllowedExtension.htmlThe same information is also available in your local help file via -> Start -> All Programs -> EO.Web Controls 2007.2 -> EO.Web for ASP.NET 1.1/2.0 -> Documention. Thanks
|
|