Re: Redirect after upload

  •  07-28-2010, 8:48 PM

    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 Complete Thread