Hi Ben,
Thanks for you answer.
yes, i'm sure, the permissions and the paths are ok. I'm on linux, the absolute path is "/home/5390/docs/formtools2/upload/" and the URL is "http://www.tgk.de/formtools2/upload/" (i've tried it with and without the end "/")
You can show it here:
http://www.tgk.de/formtools2/upload/showit.php
That's the code for "showit.php":
You have any Ideas?
Thanks a lot!
[EDIT]: Another PHP-Upload Tools, i.e. http://www.element-it.com/multiple-file-...oader.aspx works properly...
Thanks for you answer.
(Jan 4th, 2011, 6:19 PM)Ben Wrote: ...
If you're confident that the folder has 777 permissions, then almost certainly it's a path issue: i.e. the value you entered for the path is incorrect.
Paths can be tricky on some servers. Are you on Windows or Unix?
yes, i'm sure, the permissions and the paths are ok. I'm on linux, the absolute path is "/home/5390/docs/formtools2/upload/" and the URL is "http://www.tgk.de/formtools2/upload/" (i've tried it with and without the end "/")
You can show it here:
http://www.tgk.de/formtools2/upload/showit.php
That's the code for "showit.php":
Code:
<?php
$dirPath = dirname(__FILE__);
echo $dirPath;
?>
You have any Ideas?
Thanks a lot!
[EDIT]: Another PHP-Upload Tools, i.e. http://www.element-it.com/multiple-file-...oader.aspx works properly...