Call me an optimist but if you don't get any error's, that usually means it worked. You do know that the uploaded file is erased when the page ends right?
You have to use a call to move_uploaded_file to actually put it somewhere on the file system. On Wed, 2003-05-28 at 12:53, Adnan wrote: > 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 -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php