Re: How to access actual uploaded file when using TempDirectory?

  •  04-11-2010, 8:58 PM

    Re: How to access actual uploaded file when using TempDirectory?

    Kal
     
    after you use the GetUploadedFile to get a file object,
     
    you can use FileGuid to get the xxxxxx-xxxx-xxxxxxx number string
     
    use FileName the get the original name of the file
     
    and use FilePath to get full path of the temp resx file.
     
    Regards,
    Terry
     
View Complete Thread