Hi
I have the following JavaScript function:
and the following HTML form:
I select a file for upload and I click on button. Button tell JavaScript function to execute the code and redirect the page to : test.php?do=upload
Now I have this code for PHP:
But i don't see an output for print. Why ?
Thanks !