Hi,
I want to upload a file via a php-script. I'm quite sure I put the <form> tags right on my page, but when I select a file, and try to upload it I get an error.
I'm quite sure, it's one of the system configuration things of PHP 3... It's running on Apache, and the system administrator is not familiar enough with PHP to do the right settings...
I let him set register_globals to true (he had to add it to the php.ini) and let him change the upload_tmp_dir to /tmp instead of none... /tmp is drwxrwxrwt ...
what's wrong? is it the t in drwxrwxrwt? or is it something in the ini file? or don't I have some required patch? please heeeeeeelp !
Edward
edward@teamdbr.com