Quote:
Originally Posted by jimz
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 ))