Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
ASP Uploader
»
Re: How to access actual uploaded file when using TempDirectory?
Re: How to access actual uploaded file when using TempDirectory?
04-11-2010, 8:58 PM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: How to access actual uploaded file when using TempDirectory?
Reply
Quote
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