can someone help me display all the posted files on a machine? i am trying to use the HTTP_POST_FILES, but on a windows 98 machine with apache, it doesnt work.
here is what i do. i have a file with a form, and the form has two file upload boxes:
<input type="file" name="userfile[]">
<input type="file" name="userfile[]">
now, how should i write the code so that i can see the names and sizes for both of above?
thanks!