|
dprice_2000 -> hyperlink to text file problem (4/18/2008 9:01:32)
|
Hi All, I'm having problems with a hyperlink to a text file. Here is the low-down... A user selects a file from their drive and runs a process to parse and insert records into a database. This process can be repeated for any number of files. During the process, if any errors are found, an error file is created and the offending record(s) are written to it. This file is used for all imports and is always deleted prior to importing. A hyperlink on the page points to the error file so the user can view the errors in notepad, correct them, save the file and reimport them. The problem is that clicking on the link always brings up the first instance of the error file. "error[1].log" It's as if it's being cached somewhere. It works on my local pc where I am developing from but not on the server where it lives. Any ideas? VS.NET Thanks,
|
|
|
|