ASP GetTempName
If you want to create a temporary file while manipulating data on the server, you can use the ASP GetTempName of the FileSystemObject to create one, with a randomly generated and unique filename.
If you want to go one stage further you can use the GetSpecialFolder method to store the file in the Windows temporary folder.
Here's how we do it:
Output: C:\WINNT\Temp\rad624B4.tmp
|
Useful Links

|
|