|
| A R C H I V E D M E S S A G E |
|
Subject: Placement of datafile |
| Posted: 05/29/2003 at 8:08:07 pm |
| By: Pam |
| Hello, will the script work if you put the datafile outside of cgi-bin and chmod to 777? I need to be able to import the information into excel and I cannot get to the data if its in the cgi-bin. | |
|
|
Subject: Re: Placement of datafile |
| Posted: 05/29/2003 at 8:08:15 pm |
| By: Seth Knorr |
| You can download the file onto your hard drive from your cgi bin. However the answer to your questions is yes. However you must use the absolute path to show where the bizmail.dat is located. ex.
input typ="hidden" name="datafile" value="/path/to/bizmail.dat"
Seth
| |
|
|