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

RadUpload file size

1 Answer 78 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
bharat kumar
Top achievements
Rank 1
bharat kumar asked on 08 Oct 2010, 04:15 PM

hi,

how to increase the radupload file size.
i am uploading file of 5 mb and it gives error.

please help.

please let me know how to increase file size so that it accept upto 25 mb file to attach.

waiting for your reply.

thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 08 Oct 2010, 06:28 PM
Hello Bharat,

You need to increase the maxRequestLength in your web.config file. Like so:

<system.web>
   <httpRuntime maxRequestLength="5120" />
</system.web>

I hope that helps.
Tags
Upload (Obsolete)
Asked by
bharat kumar
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Share this question
or