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

Can upload files over 1MB

3 Answers 53 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Kevon Hayes
Top achievements
Rank 1
Kevon Hayes asked on 03 Jan 2012, 09:24 PM
I've changed the
 <system.web>
      <httpRuntime maxRequestLength="102400" executionTimeout="3600" />
</system.web>
and the
<system.webserver>
<security >
    <requestFiltering>
        <requestLimits maxAllowedContentLength="1024000000" />
    </requestFiltering>
</security>
</system.webserver>
The progress bar will appear to upload but upon completion I just see the
file select and submit button again instead of the controls upload control
being hidden which is what is supposed to happen.

3 Answers, 1 is accepted

Sort by
0
Accepted
Dimitar Terziev
Telerik team
answered on 05 Jan 2012, 09:52 AM
Hi Kevon,

Your web config settings are correct, currently you should be able to upload files with size up to 100mb.

Please provide us the implementation that you are using so we could replicate it locally and test it.

All the best,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Kevon Hayes
Top achievements
Rank 1
answered on 05 Jan 2012, 09:42 PM
I removed the MaxFileSize property from the radwindow control and resolved this error.  You all should include in your documentation the measurement for this property:  Bytes or KB?
0
Dimitar Terziev
Telerik team
answered on 09 Jan 2012, 12:34 PM
Hi Kevon,

The maxRequestLength property expects a value which is in kilobytes, whereas the maxAllowedContentLength is specified in bytes. As for the MaxFileSize property of the RadAsyncUpload/RadUpload controls, it's specified in bytes.

Hope this would be helpful.

Greetings,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Upload (Obsolete)
Asked by
Kevon Hayes
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Kevon Hayes
Top achievements
Rank 1
Share this question
or