Adam Voigt wrote: > Hmm, what's the exact error message you get? > > > On Wed, 2003-05-28 at 12:43, Adnan wrote: >> Adam Voigt wrote: >> >> > If your running under linux/unix, do: >> > >> > chown webuser:webuser /tmp/php >> > >> > Supplement /tmp/php with whatever upload path you have >> > set in your php.ini, and webuser with whatever user your >> > webserver runs as. >> >> just did that, and did a >> >> print_r($_FILES); >> and this is what i got >> Array ( [imagefile] => Array ( [name] => photo.jpg [type] => image/jpeg >> [tmp_name] => /tmp/php/ phpBEzrql [error] => 0 [size] => 35532 ) ) >> >> thanks for your help :) >> >> adnan
when i browse for the image then press submit i dont get any error or anything, if i dont put print_r($_FILES); i dont get anything -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php