|
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.
|