I can post data like $.post('index.php','data=test&id=td', function(data){ }); How to get file upload using jquery so that I can get the tmp_name , name ,size of the file using jquery post function in order to upload the file. Plz help me out of this probelm Thank you in advance.