file uploads

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello;

I have written php scripts to manage file uploads from
HTML forms. But a question came up for me regarding
file input type and forms.

The question is: can a single form element contain more
than one file input?

The $_POST['file'] variable suggests not.
Also if there is a file size limiting hidden field, it could only
apply to one file input because of the hidden field name
The hidden field name can't be different to associated with
a specific file input... Unless, because the input field would
have to be named scripts processing it could expect a limiting
hidden field associated with it??

I have been going back through my manuals and materials
and doing some searching on the net. But haven't seen any
thing that addresses or answers this question.

Does anyone have thoughts and suggestions on this?

Thank you for time and attention;
JK



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux