PDA

View Full Version : HTTP Upload - multiple files


piz
08-24-2002, 06:30 PM
Hi!

I have an upload form with 5 file-inputs.

When I name the inputs differently (like file1, file2, etc), it is no problem to access to the information of the uploaded files like

file1_name, file1_size, etc.

But if I give them the same name to store all 5 files in an array, I can't access to this information - only the temp-name of the uploaded file.

How can I do this?

Thx.
Piz

EDIT: I managed it... I discovered a typing error.... It works well with the arrays... sorry!.