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

RadUpload InvalidFile

1 Answer 66 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
niloofar
Top achievements
Rank 1
niloofar asked on 12 Jul 2011, 12:04 PM
Hi

RadUploadAttachment.AllowedFileExtensions =

 

new string[] { ".zip", ".jpg", ".jpeg" ,".pdf",".txt"};

 


i upload jpg & pdf & zip 

RadUploadAttachment.InvalidFiles.Count=2

 

RadUploadAttachment.UploadedFiles.Count=1

why RadUploadAttachment.InvalidFiles  is 2 ?
thanks so much

1 Answer, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 2
answered on 13 Jul 2011, 01:08 PM
Do you have a filesize limit set on the RadUpload control? Perhaps that's the reason it shows up in the InvalidFiles collection.
Tags
Upload (Obsolete)
Asked by
niloofar
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 2
Share this question
or