I run Apache on win 98.
I am trying (with no success) to store images from an html form into a directory with the following script:
exec("cp $image mypictures/$image_name");
The script just wont work. The image is not saved to the directory mypictures. I dont know where I'm going wrong.
How is the path to the directory where the image is going to be stored supposed to coded when running apache on a Win box.
please help, i need this so bad.
Thanks