Jun 14th, 2010, 4:57 AM
(Jun 13th, 2010, 9:33 AM)Ben Wrote: Hi Scully,
This is probably just a path issue, but it can be a little tricky to debug.
Try creating a file called "test.php" and upload it to one of your upload folders. It should have the following content:
PHP Code:<?php print_r($_SERVER); ?>
Then load it in your browser and take a look at what's outputted. It'll output a whole thwack of stuff, so you might want to view the page source for a more intelligible format.
What you're interested in is one of the keys that contains the absolute filepath to that folder (NOT the URL - the actual path on the server). Double check that that value is the same one you're entering in the forms > edit > fields > options > Setting: file upload folder.
Good luck!
- Ben
Ben,
I used the [SCRIPT_FILENAME] => information (which matched the file path I had been using) and still no dice. Permissions set at 777. Puzzling! Thanks for your help.