How can I detect that file uploading has been finished?
I use php and jQuery.
How can I detect that file uploading has been finished? I use php and
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.
The $ajax command (or $.post or whatever variant you are using) will provide for you to supply a call back function — define that function, and you will know when it is called that the upload has finished.
See the success parameter on the jquery post command or the complete function in the ajax call