Closed saqueib closed 9 years ago
I am having the same issue, i can get the file name by $filename = $_GET['uploadfile'];
but im not getting the $_FILES['uploadfile'] as well
the way to fix this is to set multipart: true, and the $_FILES works fine afterward
I am trying to use your Simple Ajax Upload but its not working, Its sending file but i am not able to get the file in
$_FILES
global. It seem it is sending file but without a field name, post url look like thisHere is my init code
Please help, how I can handle the upload at php backend, I am using Firefox 39.0