|
|
|
ช่วยดู error ตัวนี้ให้หน่อยครับ ชื่อของภาพมันผิดหรือป่าวถ้าผิดต้องแก้ไขอย่างไรครับ แนะนำด้วยครับ |
|
|
|
|
|
|
|
เปลี่ยนการเก็บเป็นแบบ ตัวเลข ดูครับ
|
|
|
|
|
Date :
2016-12-26 10:12:55 |
By :
คนมีเสน่ห์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตัวที่ส่งค่ามาครับ
นี่คือ โค้ดที่ใช้เก็บครับ ตัวที่ส่งค่ามามันก็เป็นตัวเลขอยู่แล้วครับแต่ไม่รู้ว่าตัวนี้ " มาได้ยังไง
Code (PHP)
<?php
session_start();
$code1 = $_GET['code'];
$name = date('Ymd-His');
$val = date('Y-m-d');
$lc_directory = "filestorage/".$val;
if( ! file_exists($lc_directory) )
mkdir($lc_directory, 0777);
$newname= $lc_directory.'/'.$code1.'-'.$name.'.jpg';
$newname1= $code1.'-'.$name.'.jpg';
$file = file_put_contents( $newname, file_get_contents('php://input') );
if (!$file) {
print "ERROR: Failed to write data to $filename, check permissions\n";
exit();
}
$_SESSION["myvalue"]=$value;
$url = $val . '/' . $newname1;
print "$url\n";
?>
|
|
|
|
|
Date :
2016-12-26 10:18:38 |
By :
jkh |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
?code="<?=$code;?>"');
|
|
|
|
|
Date :
2016-12-26 10:31:13 |
By :
mr.v |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ คุณ mr.v ได้ล่ะครับ
|
ประวัติการแก้ไข 2016-12-26 13:33:26
|
|
|
|
Date :
2016-12-26 10:53:03 |
By :
jkh |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|