How can get values images uploading after click on button submit as $_POST in php (image upload by html5)?
Example of html5 upload is in the Here
https://developer.mozilla.org/samples/domref/file-click-demo.html
What do i do?
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.
PHP will populate the
$_FILESsuperglobal with data about uploaded files. The manual has extended documentation on the subject (although you should, obviously, ignore the part about submitting a form since you are using JavaScript instead).