|
復(fù)制代碼 代碼如下:
<form enctype="multipart/form-data" action="add_file.php" method="post">
<fieldset><legend>Fill out the form to upload a file:</legend>
<?php // Create the inputs.
for ($i = 0; $i < $counter; $i++) {
echo '<b>File:</b> <input type="file" name="upload' . $i . '" />
<b>Description:</b> <textarea name="description' . $i . '" cols="40" rows="5"></textarea>
';
}
?>
</fieldset>
<input type="hidden" name="submitted" value="TRUE" />
[align=center]<input type="submit" name="submit" value="Submit" />[/align]
</form>
在實(shí)際執(zhí)行過程中發(fā)現(xiàn)上傳稍微大一些的文件時,顯示File couldn't be moved。
數(shù)據(jù)庫里顯示文件名稱,不顯示大小。
而上傳大于8M的文件時,頁面根本沒有反應(yīng)。
php技術(shù):php如何解決無法上傳大于8M的文件問題,轉(zhuǎn)載需保留來源!
鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請第一時間聯(lián)系我們修改或刪除,多謝。