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

RadUpload work not stable on IE when set validate file size !!!

1 Answer 65 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
hongnguyenx
Top achievements
Rank 1
hongnguyenx asked on 01 Jun 2010, 04:27 PM
Hi all,
Actual, I'm using RadAjax control Q3 2009, and I use RadUpload component for my DNN module (DNN version 5.0) to Upload file with validate file size before upload by set value for MaxFileSize property of RadUpload Component.

But I have problem, RadUpload work good with validate file size when upload on FireFox ( with localhost address and share web address), but It run not stable on IE8 (with localhost address, sometime it can validate, sometime it can't. With share web address it does not completely work.)

I had read a help article Uploading Large Files to config in Webconfig file, You can see below:

<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="2097151" requestLengthDiskThreshold="2097151" executionTimeout="3600000" />

but it also don't change. I don't know the reason why, because my Browser or because I don't know to config for RadUpload.

I'm using .NET FW 2.0, IIS 5.1. Everybody can help?, plz give me any idea for my problem....
Thanks so much.

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 03 Jun 2010, 02:48 PM
Hi hongnguyenx,

What kind of validation do you target, on the client or on the server? The MaxFileSize takes part in the serveside Validation event. We are not aware of any know issues with that property; it is pretty simple the value set for MaxFileSize is compared against the ContentLength of the uploaded file. Can you provide us with more information regarding your scenario?

Sincerely yours,
Genady Sergeev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Upload (Obsolete)
Asked by
hongnguyenx
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or