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

RadUpload sending file three times

1 Answer 35 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 11 Oct 2012, 07:36 PM
I am using a basic RadUpload control on Windows 2008R2 (server and client on the same machine in the hopes of avoiding network problems, although the problem also happens with separate machines).  When using Chrome I can see an upload progress indication in the lower-left corner of the window, and it runs from 0% to 100% three complete times before the transaction finished.  For large files this is taking quite some time and I don't understand the triple-upload.  Has anyone else seen this?

<telerik:RadTextBox ID="tbAppName" ClientEvents-OnKeyPress="KeyPress"
    ReadOnly="true" runat="server" Width="99%" AutoPostBack="True" ClientIDMode="Static"
    OnTextChanged="tbAppName_TextChanged">
</telerik:RadTextBox>

(the tbAppName_TextChanged function is some javascript that collects the basename from the path, but even if I leave out the OnTextChanged attribute the problem still occurs).

1 Answer, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 12 Oct 2012, 10:05 AM
Hi Eric,

Probably the file is uploaded once and the issue comes from the progress area. Could you please try our online demo to confirm that the problem is reproduced on our live examples as well? In case that everything is working fine, please setup a working sample that reproduces the problem and send it for a local test.

Kind regards,
Peter Filipov
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
Eric
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Share this question
or