View Single Post
  #2  
Old 02-23-2010, 07:50 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,226
I did tests base on your code. Here's my result:

1. can reproduce if same code as yours
2. following code(i.e., add enctype)
Code:
<form method=post action="pictureform.php" enctype="multipart/form-data">
<input type="FILE" name="userpic" id="userpic" size="30">
<input type=submit>
</form>
working well.

3.tested on 4.0.11/4.0.12/4.0.13, no difference. and, output of $HTTP_POST_FILES and $_FILES are found no difference too.

can you verify once more.
Reply With Quote