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

RadUpload will not upload certian file type

1 Answer 65 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 18 Oct 2008, 01:39 AM
Hi,

We are having a weird problem with the RadUpload control. It works on certain files, but when we try and upload a video or audio file we get the following:
There is no uploaded file, or the uploaded file is invalid. Uploaded file: unknown

Here is the init code:

RadUpload1.AllowedFileExtensions =

new string[0];
RadUpload1.MaxFileSize = 5242880;
// 5 MB
lblInstructions.Text = string.Format(UploadInstructions, "", "5 MB");
UploadItemType = 4;
RadUpload1.TargetFolder =
"~/uploads/other";

 

Please help.

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 20 Oct 2008, 07:59 AM
Hello mgaughan,

I did not see what are the AllowedExtensions for RadUpload in your case.

Regards,
Veselin Vasilev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Upload (Obsolete)
Asked by
Mike
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or