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

Radupload in RadWindow

5 Answers 208 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Chris Messineo
Top achievements
Rank 1
Chris Messineo asked on 09 Sep 2008, 04:05 PM
Hi All, I'm trying to do a simple upload in a RadWindow using 2008 Q2.  I get errors on the upload with zip files only.  Maybe it can't be done, but I am unsure.  The error I get in Firefox is "Connection was reset by server".

My Web.config files looks right.  Not sure what is going on.

Thanks

5 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 12 Sep 2008, 12:18 PM
Hi Chris,

The error message indicates that this might be related to a network problem. How big are the files that you are trying to upload? Do you get this error with small files too? Hosting the upload control in a RadWindow should not be a problem really, but you might try to open the page directly to rule it out as a factor.

Kind regards,
Tsvetomir Tsonev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
mkasuboski
Top achievements
Rank 1
answered on 11 May 2009, 01:26 PM
I get this same error when trying to use the RadUpload in a content page for a Master page using RadAjaxManager.

I have added this client script to my Content page which contains RadUpload.
        function conditionalPostback(sender, args) { 
            if (args.get_eventTarget() == "<%= btnUpload.UniqueID %>") { 
                args.set_enableAjax(false); 
            } 
        } 

Any help in resolving this would be great.

Thanks.
0
Genady Sergeev
Telerik team
answered on 12 May 2009, 02:44 PM
Hello mkasuboski,

Please modify your web.config as described in this help topic. Does the issue persist?

Best wishes,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
LiorWinston
Top achievements
Rank 1
answered on 27 Aug 2009, 11:15 AM
is there any sample code for a simple upload in a RadWindow using 2008 Q2?

i'm new and it will be very helpful.

thanks

Lior
0
Genady Sergeev
Telerik team
answered on 31 Aug 2009, 04:34 PM
Hi LiorWinston,

You can find a sample project as an attachment. I hope it will help you to get started.

Regards,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Upload (Obsolete)
Asked by
Chris Messineo
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
mkasuboski
Top achievements
Rank 1
Genady Sergeev
Telerik team
LiorWinston
Top achievements
Rank 1
Share this question
or