In php, if a filetype variable has been defined as "userfile", then "$userfile_name" gives the name of the file, "$userfile_size" gives the size.
Ref: http://www.php.net/manual/en/features.file-upload.php
Instead if I want to use an array "files[]" instead of "userfile", how do I extract the filename, size and type attributes of the multiple files that are selected for upload?
Regards,
Annamalai.