php如何解决无法上传大于8M的文件问题

 2025-01-16  阅读 444  评论 8  点赞 161

摘要:开发一个文件上传共享网站,曾想使用下面的代码实现文件上传的功能: 复制代码 代码如下: fill out the form to upload a file: [align=center][/align] 在实际执行过程中发现上传稍微大一些的文件时,显示file couldn't be moved。 数据库里显示文件名称,不显示大小。 而上
开发一个文件上传共享网站,曾想使用下面的代码实现文件上传的功能:
复制代码 代码如下:

<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>

在实际执行过程中发现上传稍微大一些的文件时,显示file couldn't be moved。
数据库里显示文件名称,不显示大小。
而上传大于8m的文件时,页面根本没有反应。
标签:phpphp教程

评论列表:

显示更多评论

发表评论:

管理员

承接各种程序开发,外贸网站代运营,外贸网站建设等项目
  • 内容2460
  • 积分67666
  • 金币86666

Copyright © 2024 LS'Blog-保定PHP程序员老宋个人博客 Inc. 保留所有权利。 Powered by LS'blog 3.0.3

页面耗时0.0279秒, 内存占用1.94 MB, 访问数据库31次

冀ICP备19034377号