2013-10-28 53 views
0

這裏是我用來上傳圖片到服務器的代碼,但它返回「請求的URL /在這個服務器上找不到」。錯誤。HTML上的圖片上傳不起作用

<form name="uploadFile" action="http://http.brammies.com" method="post" enctype="multipart/form-data" onSubmit="return validate();"> 
<input type="hidden" name="choice" value="upload"> 
<table align="center"> 
<tr> 
<td><span style="color:red;font-weight:bold">Upload files</span></td><td><input type="file" id="ufile" name="ufile" onKeyPress="return false;" style="BACKGROUND-color:Thistle">(* jpg,gif,png)</td> 
</tr> 
<tr> 
<td colspan="2" align="center"><input type="submit" name="submit" value="Upload" style="BACKGROUND-color:Thistle"></td> 
</tr> 
</table> 
</form> 

任何人都可以告訴我什麼是我的代碼錯?

+0

可能什麼都沒有 - 服務器說它不能識別你在'action'中使用的URL – 2013-10-28 05:05:13

回答