标签: jquery ajax
如何通过Jquery $ .post函数发送File变量。提前感谢。
var file=("#File").val(); $.post("process.php",{sFile:file},function(data) { // html(data); }