ช่วยด้วยครับ ผมอัพโหลดรูปภาพไม่ได้ครับ คือตอนนี้ผมทำงานชิ้นหนึ่ง ผมลองทำกับเครื่องของผม ก็อัพโหลดรูปได้ REsize ขนาดรูปได้
คือตอนนี้ผมทำงานชิ้นหนึ่ง ผมลองทำกับเครื่องของผม ก็อัพโหลดรูปได้ REsize ขนาดรูปได้ แต่พอผมเอาขึ้นเว็บ ดันอัพโหลดรูปไม่ได้เฉยเลย ผมไม่รู้ว่าผมทำผิดตรงไหน
ใครพอรู้ช่วยผมทีครับ
ขอบคุณล่วงหน้าครับ
อันนี้ฟอร์มอัพโหลดครับ
<?
session_start();
include "../connect.php";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Vote-Lun.com</title>
<link href="../style.css" rel="stylesheet" type="text/css" />
<script type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<SCRIPT language=javascript>
function CHKUpload(){
if (form1.name.value==""){
alert('กรุณากรอกชื่อเกมด้วย !!! ');
form1.name.focus();
return false;
}
if (form1.fileUpload.value==""){
alert('กรุณาระบุไฟล์ที่ต้องการอัพโหลดด้วย !!! ');
form1.fileUpload.focus();
return false;
}
var obj = document.form1;
var typeFile = obj.fileUpload.value.split('.');
typeFile = typeFile[1];
if(typeFile != "jpg" && typeFile != "jpeg" && typeFile != "gif" && typeFile != "png"){
alert("อัพโหลดได้เฉพาะไฟล์ gif jpg jpeg png");
obj.fileUpload.focus();
return false;
}
else return true;
}
</SCRIPT>
</head>
<body onload="MM_preloadImages('../images/index(o).gif','../images/add_game(o).gif','../images/all_game(o).gif')">
<table width="1024" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50" background="../images/web_1.jpg"> </td>
<td height="111" align="right" valign="bottom" background="../images/web_01.jpg">
<a href="index.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('index','','../images/index(o).gif',0)"><img src="../images/index(g).gif" alt="ไปหน้าหลัก" name="index" id="index" /></a><a href="add_game.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('add_game','','../images/add_game(o).gif',1)"><img src="../images/add_game(g).gif" alt="เพิ่มเกมส์ใหม่" name="add_game" id="add_game" /></a><a href="all_game.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('all_game','','../images/all_game(o).gif',1)"><img src="../images/all_game(g).gif" alt="ดูเกมส์ทั้งหมด" name="all_game" id="all_game" /></a></td>
<td width="50" background="../images/web_3.jpg"> </td>
</tr>
<tr>
<td width="50" height="27" background="../images/web_2.jpg"> </td>
<td width="924" height="27" background="../images/web_03.jpg" id="menu"> <? include "menu.php"; ?></td>
<td height="27" background="../images/web_4.jpg"> </td>
</tr>
<tr>
<td height="600" background="../images/web_02.jpg"> </td>
<td height="600" valign="top" background="../images/web_05.jpg" id="content">
<form name="form1" method="post" action="result_addfile.php" enctype="multipart/form-data" id="form1" onsubmit="return CHKUpload(this)">
<table align="center" width="400" border="0">
<tr height="80">
<td colspan="2" align="center"><h2>เพิ่มเกมใหม่</h2></td>
</tr>
<tr>
<td>กรอกชื่อเกม</td>
<td align="left"><input type="text" name="name" /></td>
</tr>
<tr>
<td>เฉลย</td>
<td align="left"><input type="text" name="answer" /></td>
</tr>
<tr>
<td>ภาพ </td>
<td align="left"><input type='file' name='fileUpload' id="fileUpload"></td>
</tr>
<?
$day=array(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31);
$month=array(มกราคม,กุมภาพันธ์,มีนาคม,เมษายน,พฤษภาคม,มิถุนายน,กรกฎาคม,สิงหาคม,กันยายน,ตุลาคม,พฤศจิกายน,ธันวาคม);
$h=array("00.00","01.00","02.00","03.00","04.00","05.00","06.00","07.00","08.00","09.00","10.00","11.00","12.00","13.00","14.00","15.00","16.00","17.00","18.00","19.00","20.00","21.00","22.00","23.00");
for($i=1;$i<17;$i++){
echo " <tr>
<td>เวลาเปิดภาครั้งที่ $i </td>
<td align='left'>
<select name='day[]'>";
for($w=0;$w<31;$w++){
if(date("d")==$w+1){
echo"<option value='$day[$w]' selected>$day[$w]</option>";
}else{
echo"<option value='$day[$w]'>$day[$w]</option>";
}
}
echo " </select>
<select name='month[]'>";
for($k=0;$k<12;$k++){
$f=$k+1;
if(date("m")==$k+1){
echo"<option value='$f' selected>$month[$k]</option>";
}else{
echo"<option value='$f'>$month[$k]</option>";
}
}
echo " </select>
<select name='year[]'>
<option value='2009'>2552</option>
<option value='2010'>2553</option>
</select>
<select name='time[]'>";
for($t=0;$t<24;$t++){
if(date("H")==$t){
echo"<option value='$h[$t]' selected>$h[$t] น.</option>";
}else{
echo"<option value='$h[$t]'>$h[$t] น.</option>";
}
}";
</td>
</tr>";
}
?>
<tr align="center" height="50">
<td><input name="OK" type="submit" value="OK"> </td>
<td><input type="reset" value="Clear"/></td>
</tr>
</table>
</form>
</td>
<td height="600" background="../images/web_04.jpg"> </td>
</tr>
<tr>
<td colspan="3" background="../images/web_06.jpg"> </td>
</tr>
<tr>
<td> </td>
<td>Copyright © 2009 Vote-Lun.com All rights reserved.</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<map name="Map" id="Map"><area shape="rect" coords="465,78,566,114" href="../index.php" />
<area shape="rect" coords="575,77,677,122" href="../game.php" />
<area shape="rect" coords="687,79,788,115" href="../answer.php" />
<area shape="rect" coords="797,79,899,127" href="mailto:[email protected] " />
</map></body>
</html>
-----------------------
ส่วนอันนี้เป็นโค้ดครับ
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Games</title>
<link href="../style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<?
include "../connect.php";
$file_name=$_FILES["fileUpload"]["name"];
$file=$_FILES['fileUpload']['tmp_name'];
if($_FILES["fileUpload"]["name"][$i] != "") {
$res=mysql_query("insert into game values('','$name','$file_name','show','$answer')");
$id=mysql_insert_id();
if($res){
for($i=0;$i<16;$i++) {
$date="$day[$i]/$month[$i]/$year[$i]";
$mktime = mktime($time[$i], 0, 0, $month[$i],$day[$i],$year[$i]);
$j=$i+1;
$res2=mysql_query("insert into pic values('$j','$id','hide','0');");
$res3=mysql_query("insert into time values('','$id','$date','$time[$i]','no','$mktime')");
$res4=mysql_query("update game set file='$id.jpg' where id_game = '$id' ");
}
echo "<script>alert('เพิ่มเรียบร้อยแล้ว')</script>";
echo "<script>location.href='index.php'</script>";
}else{
echo "<script>alert('ไม่สามารถเพิ่มได้')</script>";
echo "<script>location.href='add_file.php'</script>";
}
}
$ext = strtolower(end(explode('.', $file_name)));
if($ext =="jpg" or $ext == "jpeg") {
$ori_img = imagecreatefromjpeg($file);
}else if($ext =="png" ) {
$ori_img = imagecreatefrompng($file);
}else if($ext =="gif" ) {
$ori_img = imagecreatefromgif($file);
}
$ori_size = getimagesize($file);
$ori_w= $ori_size[0];
$ori_h = $ori_size[1];
if ($ori_w >= $ori_h) {
$new_w =400;
$new_h =540;
}else {
$new_h =540;
$new_w =400;
}
$new_img = imagecreatetruecolor($new_w, $new_h);
imagecopyresized($new_img, $ori_img,0,0,0,0,$new_w,$new_h,$ori_w,$ori_h);
$file_name =$id.".".$ext;
echo " $file_name ";
if ($ext == "jpg" or $ext== "jpeg") {
imagejpeg($new_img,"../images/$file_name");
}else if ($ext == "png" ) {
imagepng($new_img,"../images/$file_name");
}else if ($ext == "gif" ) {
imagegif($new_img,"../images/$file_name");
}
/imagedestroy($ori_img);
imagedestroy($new_img);
?>
</body>
</html>
ปล. ตอนผมทำกับโน๊ตบุ๊คก็ไม่มีปัญหาอะไรนะครับ แต่พอเอาขึ้นเว็บดันมีปัญห่ซะได้
ผมต้องการอัพโหลดรูป แล้วก็ปรับขนาดให้เหลือ 400x540 อ่ะครับTag : - - - -
Date :
2009-08-15 01:32:34
By :
phannack
View :
1294
Reply :
4
error ว่าอะไร
ขนาดไฟล์เท่าไหร่
ลอง echo ini_get('upload_max_filesize') ออกมาดูว่าเป็นเท่าไหร่
ถ้าไม่ได้ให้ทำไฟล์มาอันนึง echo phpinfo(); ออกมาดู
ผมสงสัยว่าไฟล์จะขนาดเกิน หรือว่าเค้าเปิด gd2 หรือเปล่า
Date :
2009-08-15 02:12:08
By :
plakrim
ที่ว่า เค้าเปิด gd2 หรือเปล่า นั้นหมายความว่าไงครับ
ส่วนขนาดไฟล์เวลาผมอัพเข้าไปแล้ว มันไมเกิน 50 kb ครับ
ผมลองทำกับAppserve กับเครื่องผมก็อัพได้นะครับ แต่พอเอาไปขึ้นเว็บล่ะมีปัญหาเลย
รบกวนช่วยหน่อยครับ
Date :
2009-08-15 04:54:06
By :
phannack
เปลี่ยน permission เป็น 777 หรือยัง
Date :
2009-08-15 08:42:44
By :
monotakari
ผมทำได้แล้ว
ต้องเปลี่ยน permission จริงๆด้วย
ขอบคุณครับ
Date :
2009-08-17 02:47:14
By :
phannack
Load balance : Server 04