Desperation has returned
Posted: Fri Mar 14, 2003 11:02 am
been reading through all the posts about this, but to no avail, everytime my form is submiteed nothing is captured by the $_FILES or $HTTP_POST_FILES arrays, checked the form hundred times now, using the following code to capture something, but nothing is printed out?
echo '<pre>'; print_r($HTTP_POST_FILES); echo '</pre>';
break;
no matter wot i do it just cant get no filename to be printed out
echo '<pre>'; print_r($HTTP_POST_FILES); echo '</pre>';
break;
no matter wot i do it just cant get no filename to be printed out