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

telerik silverlight radupload not working

3 Answers 51 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Ali
Top achievements
Rank 1
Ali asked on 04 Feb 2014, 11:22 AM
Hi, I'm using Telerik RadUpload for silverlight (I think it is 2013 release). Upload control works fine when I run my silverlight (VS2012, SL5) app in Visual Studio, I want to run my application outside Visual Studio, i.e. by clicking on html file generated by Visual Studio. This time Telerik Radupload control doesn't work and no file is uploaded, what is going wrong? I want to send this project to someone and he should be able to run project without Visual Studio (only running html file). Also I cannot upload my project on web.

How can I solve this issue?
thanks

3 Answers, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 06 Feb 2014, 08:12 AM
Hello,

When working with the RadUpload control for Silverlight you need to have in mind that this control has two sides - client side and server side. In order to actually upload a file, a server should be running. I guess that in your particular case there is no running server when you start the application using the html page. On the other hand, when the application is started through VisualStudio, the IDE automatically starts a server for you.

Could you please double check if there is a properly configured server running when you start the HTML page.

Regards,
Pavel R. Pavlov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Ali
Top achievements
Rank 1
answered on 06 Feb 2014, 12:16 PM
Thanks Pavel

How can I check it? I just click on html page and it runs in a browser, should I do anything else? how can I run server?
0
Pavel R. Pavlov
Telerik team
answered on 10 Feb 2014, 02:52 PM
Hello,

Microsoft Silverlight is an application framework for writing and running rich Internet applications. The run-time environment for Silverlight is available as a plug-in for web browsers running under Microsoft Windows and Mac OS X.
Hence, you need a web context to run the application for you. You can find more information on that matter in this article. Once you have created the VS solution you can proceed with integrating the Silverlight in a Web Page. At this stage our knowledge base will help you to create a sample upload application. After the application is integrated and properly built you can then deploy the Silverlight application to your clients.

I hope this information is helpful.

Regards,
Pavel R. Pavlov
Telerik

Check out the new Telerik Platform - the only modular platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native apps. Register for the free online keynote and webinar to learn more about the Platform on Wednesday, February 12, 2014 at 11:00 a.m. ET (8:00 a.m. PT).

Tags
Upload
Asked by
Ali
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Ali
Top achievements
Rank 1
Share this question
or