|
|
|
ajax upload File ไม่ได้ครับ รบกวนผู้รู้หน่อยนะครับ |
|
|
|
|
|
|
|
Code (JavaScript)
$('#sub').click(function(){
var formData = $("#finput").serialize();
$.ajax({
type: 'POST',
url : 'Join_add_csv.php' ,
dataType : 'json' , // jquery 1.5.2 : text json
data : formData ,
// contentType: 'multipart/form-data',
// processData: false,
success : function(data){
if(data.status=='ok'){
$('#msg').html('<img src=img16/tick.png> <font color=#0000FF><strong>บันทึกข้อมูล รหัสนักศึกษา : <u><i>'+data.msg+'</i></u> เข้าสู่ระบบเรียบร้อยแล้ว</strong></font>').show();
document.getElementById("student_key").focus();
$('#student_key').val('');
show($('#act').val(),$('#p').val());
} else if(data.status=='nonedata'){
$('#msg').html('<img src=img16/exclamation.png> <font color=#FF0000><strong>ไม่สามารถบันทึกข้อมูลได้ <u><i>'+data.msg+'</i></u> ในระบบ !!!</strong></font>').show();
document.getElementById("student_key").focus();
} else if(data.status=='noneload'){
$('#msg').html('').show();
document.getElementById("student_key").focus();
} else {
$('#msg').html('<img src=img16/exclamation.png> <font color=#FF0000><strong>มีข้อมูล รหัสนักศึกษา : <u><i>'+data.msg+'</i></u> ในกิจกรรมนี้แล้ว !!!</strong></font>').show();
document.getElementById("student_key").focus();
}
},
error : function(data)
{
('#msg').html(responseText).show();
}
});
});
Tag : JavaScript, Action Script, JAVA, Windows
|
|
|
|
|
|
Date :
2014-02-23 19:33:17 |
By :
kanassanan.ph |
View :
1024 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้า Ajax ใช้ Upload ไฟล์จะต้องเป็นไปในรูปแบบของ Iframe แทนครับ
|
|
|
|
|
Date :
2014-02-24 10:10:12 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ค้นหาในกระทู้ / บทความ ดูครับ
|
|
|
|
|
Date :
2014-02-25 09:01:34 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|