First off, thanks to all who helped me yesterday.
Second,
I have 4 file input form fields on a page, so the user can upload up to 4 files at a time.
If i browse for a file in the first input box,the file's type, name and size comes through.
if i skip the first one and browse through the second input box, i get the name and the size, but not the type.
if i enter info in box 2,3 and 4, 2 and 3 show all the info, while 4 shows the size and name, but not the type. The same goes for information in boxes 2 & 3 and 1 &4, the latter input field does not have the file type come through.
If i enter a file in all 4 boxes, all the info comes in fine.
This seems really quirky.. can anyone else duplicate it?