hi,
im trying to upload a file using ajax and php. im not able to get the $FILES[fileName][tmp_name] and
$FILES[fileName][name].
But when i try it out in the traditional format its works good. but when i try it out in ajax im not able to get these values.
I use POST method and the requestHeader's content type is set as multipart/form-data.
Looking forward .....
Thanks in advance for the reply
im trying to upload a file using ajax and php. im not able to get the $FILES[fileName][tmp_name] and
$FILES[fileName][name].
But when i try it out in the traditional format its works good. but when i try it out in ajax im not able to get these values.
I use POST method and the requestHeader's content type is set as multipart/form-data.
Looking forward .....
Thanks in advance for the reply
Comment