This is a migrated thread and some comments may be shown as answers.

Upload Certain File Types

5 Answers 94 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Omlac
Top achievements
Rank 1
Omlac asked on 09 Sep 2008, 06:24 AM
I would like to Upload only a certain type of files eg .doc and code is liekthe one below, but its not working.
if(!IsPostBack)
            {
                RadUpload1.AllowedFileExtensions = new string[] {".doc", ".txt"};
               }
but it keeps picking up every file in a folder. does anyone know what im doing wrong. plse help me if possible.

5 Answers, 1 is accepted

Sort by
0
Accepted
Veselin Vasilev
Telerik team
answered on 09 Sep 2008, 01:26 PM
Hello Omlac,

RadUpload cannot control the file types shown in the Select File popup.
This is described in the Known Limitations help article.

You can also check these links:

Regards,
Veskoni
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Omlac
Top achievements
Rank 1
answered on 10 Sep 2008, 08:48 AM
Thank you.
0
Rob T
Top achievements
Rank 1
answered on 04 Aug 2009, 11:20 PM
It's been almost a year since the this was the accepted answer.  Are there any plans for providing this finctionality?  If so what's the time line?

Never mind.  I was unaware that this is a browser issue.
0
Veselin Vasilev
Telerik team
answered on 05 Aug 2009, 11:18 AM
Hello Rob T,

You can check our RadUpload for Silverlight in ASP.NET Page demo.


All the best,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
DK
Top achievements
Rank 2
answered on 05 Aug 2009, 12:13 PM
I tried the example given in the help but gives error on client side validation error is "object doesnt support this property or method"
please help me validating files client side
Tags
Upload (Obsolete)
Asked by
Omlac
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Omlac
Top achievements
Rank 1
Rob T
Top achievements
Rank 1
DK
Top achievements
Rank 2
Share this question
or