DrCrazyDog
Programmer
I have a flash file that loads a simple number from a text file. it works on my server and off my server if the file it is loading the variables from comes from it's same directory, or one above it. but what i want to do is have my flash file in my standard web folder on the server and my text file in the server's /cgi-bin folder. I tried using both /cgi-bin/myfile.txt and /usr/local/apache/cgi-bin/myfile.txt.
can i do this or does it not work in the cgi-bin directory? am i doing something wrong? thanks for your help.
can i do this or does it not work in the cgi-bin directory? am i doing something wrong? thanks for your help.