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

RadAsyncUpload

3 Answers 47 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Percy
Top achievements
Rank 1
Percy asked on 06 Nov 2013, 10:33 AM
Hi,
When I'm try this code, it dont work in Google Chrome version 30.0.1599.101. Im use Telerik version 2013.2.717.40.
Can you see that please!!
Thanks
Percy
<telerik:RadAsyncUpload runat="server" ID="AsyncUpload1" TargetFolder="~/Upload12/" />

 


3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 06 Nov 2013, 10:47 AM
Hi Percy,

Unfortunately I couldn't replicate any issue at my end. Please have a look into the following code I tried which works fine at my end.

ASPX:
<div>
    <asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>
    <telerik:RadAsyncUpload runat="server" ID="AsyncUpload1" TargetFolder="~/Images/" />
    <telerik:RadButton ID="RadButton1" runat="server" Text="PostBack to Upload">
    </telerik:RadButton>
</div>

Please feel free to get back to us with the full code you tried if this doesn't help.

Thanks,
Shinu.
0
Percy
Top achievements
Rank 1
answered on 06 Nov 2013, 12:27 PM
Hi, thanks for the quick answar,

I'm have test the code you have send, and there is the same problem.

I'm forget the last time.
With little files like MIO_reaSlutspurt2013.flv 9982KB it work.
With big files like " DumOchDummare_SWESUB_XviD.mp4 734089 KB" it dont work.
Can you please see that,

Thanks for help,
percy
0
Shinu
Top achievements
Rank 2
answered on 07 Nov 2013, 07:07 AM
Hi Percy,

Please have a look into this documentation on Uploading Large Files.

Thanks,
Shinu.
Tags
AsyncUpload
Asked by
Percy
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Percy
Top achievements
Rank 1
Share this question
or