Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Serialization Exception
Re: Serialization Exception
07-02-2010, 8:40 PM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Serialization Exception
Reply
Quote
Hi,
The UploaderEventArgs is a temporary object, you shall not save it to Session.
You can save the args.FileGuid instead.
and use
new MvcUploader(HttpContext).GetUploadedFile
to get the file object
Regards,
Terry
View Complete Thread