View Single Post
  #6 (permalink)  
Old Apr 15th, 2008, 18:56
westy westy is offline
Junior Member
Join Date: Feb 2008
Location: UK
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Won't send jpeg format? Please check my php.

Quote:
Originally Posted by jimz View Post
Can you make a post with the output of this when you try to upload the jpg:
Code: Select all
echo'<pre>'; print_r($_FILES); exit;
Place it right after your opening <?php tag.

that would help to find the problem.
This is what was displayed when i put that code in and tried uploading a jpeg.

Array( [strresume] => Array ( [name] => bannerhorizontal.jpg [type] => image/pjpeg [tmp_name] => /tmp/php4CPWf1 [error] => 0 [size] => 34414 ))
Reply With Quote