Jun 13th, 2010, 9:33 AM
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:
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
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