Re: [PHP] Uploading more than one file

2005-11-21 Thread -k.
If you named the fields like this: Then did something like (or whatever): $error) { echo $key.""; echo $_FILES["files"]["tmp_name"][$key].""; echo $_FILES["files"]["name"][$key].""; } ?> Would that do what you need to get done? -k.

Re: [PHP] Uploading more than one file

2005-11-21 Thread tg-php
Sorry, my brain's running on one cylinder this morning, but maybe this helps: http://us2.php.net/manual/en/features.file-upload.multiple.php If not, excuse my waste of bandwidth :) -TG = = = Original message = = = Hi, I have a form on my page that has many file input fields: File A: