All Products
Demos
Services
Blogs
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Upload (Obsolete)
/
I need the HttpPostedFile Object
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Thread is closed for posting
Feed for this thread
2 posts, 1 answers
Gabriel Beauchamp
41 posts
Member since:
Jan 2008
Posted 01 Sep 2008
Link to this post
I need to HttpPostedFile Object to pass it in some function I use. Is it possible to retrieve it? I can only see UploadedFile Object and it won't work. I do not have access to change the function I want to send the HttpPostedFile.
Thanks,
Answer
Veselin Vasilev
Admin
2992 posts
Posted 02 Sep 2008
Link to this post
Hello Gabriel Beauchamp,
You can use the
Request.Files
collection.
I hope this helps.
Sincerely yours,
Veskoni
the Telerik team
Check out
Telerik Trainer
, the state of the art learning tool for Telerik products.
Back to Top