How can i send File variable Through Jquery $.post function .Thanks in Advance .
var file=("#File").val();
$.post("process.php",{sFile:file},function(data)
{
    // html(data); 
}
How can i send File variable Through Jquery $.post function .Thanks in Advance .
var file=("#File").val();
$.post("process.php",{sFile:file},function(data)
{
    // html(data); 
}
 
    
    