All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Upload (Obsolete)
/
Upload from WinForm application
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Thread is closed for posting
Feed for this thread
3 posts, 0 answers
Reed
6 posts
Member since:
Apr 2007
Posted 07 Jul 2008
Link to this post
We'd like to use the RadUploadHttpModule and RadUploadProgressHandler on the server side to manage uploads coming from a WinForm application.
Is there any documentation on how to go about doing this, or strong recomendations to not even attempt this?
Thanks,
Reed
Blaize
88 posts
Member since:
Oct 2006
Posted 08 Jul 2008
Link to this post
Hey Reed,
Actually this is the principle the uploads work now - the requests come from a windows application (the browser) and are processed on the server. All you need is to construct the browser :)
Cheers,
Blaize
Erjan Gavalji
Admin
1455 posts
Posted 08 Jul 2008
Link to this post
Hi Reed,
A WinForms application can send
WebRequest
s and receive
WebResponse
s to a public URL, so this is perfectly possible as far as the web site works properly.
Let me know if this is what you need.
Kind regards,
Erjan Gavalji
the Telerik team
Instantly find answers to your questions at the
new Telerik Support Center
Back to Top