Redirect after upload

Last post 07-28-2010, 8:48 PM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  07-23-2010, 9:02 AM 62676

    Redirect after upload

    Is there a way to have the uploader redirect to another page after all the files have completely uploaded? If so, how?

    Thanks!
     
  •  07-28-2010, 8:48 PM 62788 in reply to 62676

    Re: Redirect after upload

    Hi,
     
    If you want to pass the file list to another page,
     
    You need store the list of the File Guid , into Session , or Database or somewhere,
     
    And fetch the File Guid in another page, use uploader.GetUploadedFile(guid) to get the file object, and show it .
     
    Regards,
    Terry
     
View as RSS news feed in XML