How do i get all files on server side

petr55

New Member
I am using uploadify plugin of jquery and have set multiple files upload to true. How do i retrieve these files on the server side?We need to specify file input name in files array \[code\]$_FILES['fileInputName']\[/code\]. But i have only 1 file input present on the form which is submitting multiple files. How do i retrieve them all?Thanks in advance :)
 
Back
Top