I’m using PLUPLOAD to upload files to my webpage.
However, I would like to get the names of the files that I uplodaed. Is there any way to do this?
I’m using PLUPLOAD to upload files to my webpage. However, I would like to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You never said what code you are using so I will just give you a solutin in .NET VB using a generic handler.Sorry did not notice the
phptag, but here it is anyway in in .NETupload.ashx
plupload.aspx
Just initialise pluploader as per Manual with out setting unique_names, pluolpader sends the filename, chunk and chunks with each POST.
upload.php
So in PHP i think it should be.. ( I am not PHP guy but here you go)
-or-