|
Posted by Rik on 01/16/07 22:28
Arthur Jacobs wrote:
> Good Day,
>
> I can upload a file as long as it is empty (thanks Hendri Kurniawan).
> I do not know where to look.
>
> Can someone help me understand what I need to do to upload a small
> image. http://chops.novatrope.com/game/test/upload_file3.php
>
> Here is some more info http://chops.novatrope.com/info.php
Perhaps:
upload_tmp_dir no value
It should take the systems default if nothing is set, but maybe there's
something wrong with it. Try to make a tmp dir, chmod 0766, set it as
upload_tmp_dir, and try again. If that doesn't work, maybe try 0777.
The rest of the values all seem OK.
--
Rik Wasmus
[Back to original message]
|