Okay, what did I do here:
Warning: move_uploaded_file(/c:\inetpub\wwwroot\forums\gas\images/1/evbookletl.jpg): failed to open stream: Invalid argument in \includes\functions_geekarticles_images.php on line 104
Warning: move_uploaded_file(): Unable to move 'C:\PHP\uploadtemp\php1A.tmp' to '/c:\inetpub\wwwroot\forums\gas\images/1/evbookletl.jpg' in \includes\functions_geekarticles_images.php on line 104
When uploading an image.
EDIT: I looked around for this, it's similat to others, but mine is on windows and I think my biggest problem is the / versus \ issue. Other than that the path seems correct.
I think I just need to fix that and get rid of the leading / in the path and I'll be okay. Unfortunately I don't know the code so I can't do it myself.
EDIT: Okay, I did this on line 72:
$path='c:\inetpub\wwwroot\forums\gas\images';
And that seems to work for the upload. Anything else do I need to do?
Thanks,
|