|
Product |
FileUp |
Version |
2.x - 5.x |
Title |
HOWTO: Determine the location of the uploaded file on the server |
Problem |
It is sometimes not clear where to find the uploaded file on the server,
either as a cache file or after using the SaveAs method (or any other Save methods). This is especially
likely to be a problem if you are using a combination of the Path property and your own variables. |
Solution |
Use the ServerName property. The ServerName property always reflects the
current location of the uploaded file. Before using SaveAs, ServerName will
contain the full path of the cache file. After using SaveAs, it will contain
the precise location where the file can be found on the server.
|
Created : 1/2/2007 12:10:13 PM (last modified : 1/2/2007 12:10:13 PM) |