Hello,
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 $_FILES['fileInputName']
. 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 :)