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

Upload File Exe Limitations

0 Answers 44 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Omlac
Top achievements
Rank 1
Omlac asked on 08 Sep 2008, 08:11 AM
I would like to set a limit on the file types selected by the file upload control, i have done it like this:

   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.

No answers yet. Maybe you can help?

Tags
Upload (Obsolete)
Asked by
Omlac
Top achievements
Rank 1
Share this question
or