View Single Post
  #3 (permalink)  
Old Apr 15th, 2008, 12:50
jimz jimz is offline
Up'n'Coming Member
Join Date: Feb 2006
Location: London
Age: 25
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Won't send jpeg format? Please check my php.

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.

Last edited by jimz; Apr 15th, 2008 at 12:53.
Reply With Quote