Re: Serialization Exception

  •  07-02-2010, 8:40 PM

    Re: Serialization Exception

    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