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

RAD UploadControl not uploading .bmp image

1 Answer 57 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Mahendra
Top achievements
Rank 1
Mahendra asked on 27 Feb 2011, 03:35 PM
Hi,

I am trying to upload the files using RADUpload control.

I am able to upload all the files but not able to .bmp.

even i mentioned this extention in AllowFileExtention property.

Please help,

Thanks in advance,
Mahendra

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 02 Mar 2011, 07:03 PM
Hello Mahendra,

One possible reason for this issue is that bmp image has bigger size than jpg images, and in general the maximum upload size set in the webconfig is 4mb. My suggestion is to increase this size and check, if this fixes your problem. The setting for this size is the following:
<httpRuntime maxRequestLength="10400" executionTimeout="3600"/>

Best wishes,
Dimitar Terziev
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Upload (Obsolete)
Asked by
Mahendra
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or