|
|
|
php รบกวนท่านผู้รู้ทีครับเรื่อง file upload ไม่ทำงาน ไม่ส่งค่าครับ |
|
|
|
|
|
|
|
แสดง form ด้วย พร้อมกับ ไฟล์ตัวรับ
|
|
|
|
|
Date :
2015-08-31 04:40:05 |
By :
NewbiePHP |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รอเทพ......
|
|
|
|
|
Date :
2015-08-31 09:32:04 |
By :
tum015 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
b มันแจ้ง error 2 มาครับ max file size
ต้องไปแก้ php.ini เพิ่มขนาดการupload ครับ
|
|
|
|
|
Date :
2015-08-31 09:56:31 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Chaidhanan
ไฟล์ php.ini
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
แต่รูปใหญ่สุดที่อัพโหลด 160 kb เองครับ
เป็นที่อะไรครับหรือแก้ที่ไหนครับ
|
|
|
|
|
Date :
2015-08-31 10:10:02 |
By :
tum015 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รอเทพ.....
|
|
|
|
|
Date :
2015-08-31 11:48:30 |
By :
tum015 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลืมดู tag ที่เกี่ยวข้องไปครับ คืออย่างน้อย Error=>2 ก็คงไม่ได้ผิดหรอกครับ ที่ผิดก็คือ
ไฟล์ 160k = 160000
แต่ตรงนี้มันแค่ 100000
<input type="file" name="fileupload_b" style="cursor:hand" />
<input type="hidden" name="MAX_FILE_SIZE" value="100000" class="full_width r_corners" required />
|
|
|
|
|
Date :
2015-08-31 12:42:13 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Chaidhanan
ผมลองเปลี่ยนแล้วไม่ได้เลยครับ ่ท่านพอทราบอาการไหมครับ
|
|
|
|
|
Date :
2015-08-31 12:46:53 |
By :
tum015 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<input type="hidden" name="MAX_FILE_SIZE" value="100000" class="full_width r_corners" required />
เอามันออกไปก่อนแล้วลองใหม่ครับ
|
|
|
|
|
Date :
2015-08-31 14:35:12 |
By :
NewbiePHP |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@NewbieXYZ
ลบแล้วครับ เหมือนเดิมไม่ได้ครับ
|
|
|
|
|
Date :
2015-08-31 15:02:42 |
By :
tum015 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หมดปัญญาแล้วครับ อีกทีก็ capture explorer ไฟล์ต้นฉบับ มาดูไซด์หน่อยครับ อยากเห็นไฟล์จริงที่ใช้อัพโหลด
|
|
|
|
|
Date :
2015-08-31 15:16:34 |
By :
NewbiePHP |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอาไฟล์มาดูดิ๊ ไฟล์รูปภาพ
แยกไปเขียนต่างหาก รันได้ป่าว?
ผลลัพธ์เป็นไง?
|
|
|
|
|
Date :
2015-08-31 15:51:44 |
By :
CasanovaKung |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เกี่ยวกับ MAX_FILE_SIZE
Code (PHP)
<tr>
<td align="right"><span class="f_left half_column">
<label for="cf_email5" class="required d_inline_b m_bottom_5">รูปภาพ</label>
::</span></td>
<td align="left"><span class="f_left half_column">
<input type="file" name="fileupload_b" style="cursor:hand" />
<input type="hidden" name="MAX_FILE_SIZE" value="10000000" class="full_width r_corners" /> // <====
***ขนาด 1280X1280 เท่านั้น</span></td>
</tr>
ไปเช็คเอา
|
|
|
|
|
Date :
2015-08-31 19:41:25 |
By :
CasanovaKung |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สอบถามเพิ่มเติมจากเจ้าของกระทุ้ ถ้า upload ไปแล้วอยากให้มันหมุน ภาพโดยดูจาก oretention หรือ exif ของรูปด้วยได้มั้ยครับ
|
|
|
|
|
Date :
2015-08-31 20:54:09 |
By :
wahahaboy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คำตอบนี้มั่ว 5555
|
ประวัติการแก้ไข 2015-08-31 22:46:20
|
|
|
|
Date :
2015-08-31 21:22:19 |
By :
NewbiePHP |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
พึ่งรู้ว่ามันเอาไว้ทำอย่างงี้
|
|
|
|
|
Date :
2015-08-31 21:33:57 |
By :
CasanovaKung |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วครับ ทำตามท่าน NewbieXYZ ที่แนะนำ
ขอบคุณท่าน NewbieXYZ มากๆครับนั่งแก้มาตั้งนานและขอบคุณทุกท่านที่แนะนำวิธีต่างๆในการแก้ไขครับ
|
|
|
|
|
Date :
2015-08-31 22:28:07 |
By :
tum015 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Zhugeliang
ผมมือใหม่สมัครเล่นรบกวนท่านผู้รู้ทั้งหลายมาตอบดูกว่าครับ
|
|
|
|
|
Date :
2015-08-31 22:30:03 |
By :
tum015 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอาไปทดลอง เล่นเอง สีแดง ต้องมาก่อนสีน้ำเงิน
<form method="post" enctype="multipart/form-data" >
<input type="hidden" name="MAX_FILE_SIZE" value="8000" required />
<input type="file" name="fileupload_a" style="cursor:hand" />
<input type="hidden" name="MAX_FILE_SIZE" value="20000" required />
<input type="file" name="fileupload_b" style="cursor:hand" />
<button name="save" >Save</button>
</form>
|
|
|
|
|
Date :
2015-08-31 22:44:41 |
By :
NewbiePHP |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตอบความคิดเห็นที่ : 14 เขียนโดย : wahahaboy เมื่อวันที่ 2015-08-31 20:54:09
รายละเอียดของการตอบ ::
เคยทำแต่หมุน เป็นวงกลม ใช้ canvas ช่วยครับ
หรือจะใช้ css ก็ได้ครับ
Code (PHP)
<?php
$r=$_REQUEST;
if( ($no_rq = !isset($r['width'])) ){
$r=array(
'id'=>'div_1',
'width'=>30, 'height'=>30,
'left'=>50, 'top'=>100,
'RW'=>30, 'RH'=>30,
'degree'=>45,
'c1'=>'red', 'c1p'=>0,
'c2'=>'green', 'c2p'=>100,
'c3'=>'blue', 'c3p'=>95
);
}
$rd ="radial-gradient( $r[RW]px $r[RH]px $r[degree]deg, circle cover, $r[c1] $r[c1p]%, $r[c2] $r[c2p]%, $r[c3] $r[c3p]%)";
$rd1 ="radial-gradient( $r[RW]px $r[RH]px, circle cover, $r[c1] $r[c1p]%, $r[c2] $r[c2p]%, $r[c3] $r[c3p]%)";
$ff = preg_match('/Firefox/', $_SERVER['HTTP_USER_AGENT']);
$ch = !$ff && preg_match('/Chrome/', $_SERVER['HTTP_USER_AGENT']);
$ie = !$ff && !$ch;
if($no_rq):
?><!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<style>
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
<?php if( $ch):?>
@-webkit-keyframes spin {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); }
}
<?php endif;?>
<?php if( $ff ): ?>
@-moz-keyframes spin {
from { -moz-transform: rotate(0deg); }
to { -moz-transform: rotate(360deg); }
}
<?php endif;?>
<?php if( $ie ): ?>
@-ms-keyframes spin {
from { -ms-transform: rotate(0deg); }
to { -ms-transform: rotate(360deg); }
}
<?php endif;?>
</style>
</head>
<body>
<?php endif; // no_rq
?>
<div id="<?=$r['id']?>" style="position: fixed; border-radius: 50%; display:block;
width: <?=$r['width']?>px;
height: <?=$r['height']?>px;
left: <?=$r['left']?>px;
top: <?=$r['top']?>px;
background-image: <?=$rd?>;
animation-name: spin;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
<?php if( $ch):?>
background-image: -webkit-<?=$rd1?>;
-webkit-animation-name: spin;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
<?php endif;?>
<?php if( $ff ): ?>
background-image: -moz-<?=$rd?>;
-moz-animation-name: spin;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
<?php endif;?>
<?php if( $ie ): ?>
background-image: -ms-<?=$rd?>;
-ms-animation-name: spin;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
<?php endif;?>"
></div>
<?php if($no_rq):?>
</body>
</html>
<?php endif;?>
|
ประวัติการแก้ไข 2015-08-31 23:07:10
|
|
|
|
Date :
2015-08-31 23:05:10 |
By :
NewbiePHP |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|