|
Rank: Advanced Member Groups: Member
Joined: 8/11/2008 Posts: 37
|
I set AJAXUploader1.AllowedExtension = ".bmp|.jpg|.gif". But if I start the program the standard file extensions are shown. But after click on 'Upload' the error message occurs. Is it not possible to change the file selection dialogue?
Is it possible not to show the uploaded files?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Unfortunately there is no way to filter the file list in the file selection dialog. JavaScript does not support this. In order to have this, you will need to use some plug-in based technologies such as Flash or ActiveX.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 8/11/2008 Posts: 37
|
Thanks. And what about the 2th question (Is it possible not to show the uploaded files)?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Yes. You will need to customize the uploader's LayoutTemplate.
Thanks!
|
|