|
|
|
JavaScript Post ค่าไม่ไปอะครับบบ ตัวอื่นส่งแล้วลงดาต้าเบสครับแต่ |
|
|
|
|
|
|
|
Code (PHP)
<label for="Logo" class="col-sm-2 control-label" style="text-align: right;">Logo</label>
<div class="col-md-5">
<div class="fileinput fileinput-new" data-provides="fileinput">
<div class="fileinput-preview thumbnail" data-trigger="fileinput" style="width: 200px; height: 150px;"></div>
<div>
<span class="btn btn-default btn-file"><span class="fileinput-new">Select image</span><span class="fileinput-exists">Change</span>
<input type="file" id="logo" name="logo"></span>
<a href="#" class="btn btn-default fileinput-exists" data-dismiss="fileinput">Remove</a>
<script>
$( "#set_hotel" ).submit(function(){
$.post( "setting_hotel.php?do=save", {
enctype: "multipart/form-data",
id: "NEW",
name: $( "#name" ).val(),
address: $( "#address" ).val(),
tel: $( "#tel" ).val(),
fax: $( "#fax" ).val(),
logo: $( "#logo" ).val(),
}, function( data ){
if( data.success ){
window.location="./";
}
},'json');
return false;
});
</script>
$result=$set_hotel->sethotel($_POST['id'],$_POST['name'],$_POST['address'],$_POST['tel'],$_POST['fax'],$_FILES['logo']['tmp_name']);
ตัวอื่นส่งแล้วลงดาต้าเบสครับแต่
<input type="file" id="logo" name="logo"></span> ไม่ยอมลงอะครับ
Tag : PHP, JavaScript
|
|
|
|
|
|
Date :
2014-02-02 17:43:31 |
By :
gun4545 |
View :
662 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าจะใช้ from ส่งค่าต่างๆพร้อมรูปภาพ ผมแนะนำให้ใช้ตัวนี้แทนนะครับมันจะแปลงค่าให้เองอัตโนมัติ
ใช้งานเหมือนกันครับ
hปปp://malsup.com/jquery/form/
|
|
|
|
|
Date :
2014-02-03 00:07:32 |
By :
somparn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|