Re: Form Posting - How to retrieve File Details

  •  08-08-2011, 8:12 PM

    Re: Form Posting - How to retrieve File Details

    Hi,
     
    Upload upload the file to the server at background.
     
    And returns the GUID as the form data.
     
    When you get the GUID , you can use the
     
    SET mvcfile=uploader.GetUploadedFile(GUID)
     
    to recieve the temp file
     
    you can use mvcfile.FileName/FileSize to get the file information
     
    and use mvcfile.FilePath to get the temp path of the server disk.
     
    Regards,
    Terry
View Complete Thread