Posted by Erwin Moller on 09/27/57 11:45
Jim Michaels wrote:
> after a file upload, $_FILES is not populated but $_POST is. what's going
> on here?
>
> $_POST[image][tmp_name]=C
> $_POST[image][error]=C
> $_POST[image][size]=C
> $_POST[image]=C:\\www\\jimm\\images\\bg1.jpg
> $_FILES[image][tmp_name]=
> $_FILES[image][error]=
> $_FILES[image][size]=
> $_FILES[image]=
show us the form sourcecode. :-)
Regards,
Erwin
[Back to original message]
|