我的 .csv 文件未上传?

发布于 2024-10-12 22:04:17 字数 212 浏览 0 评论 0原文

我正在使用这个条件来检查我上传的 csv 文件。

$_FILES['csv_file']['type'] == "application/octet-stream" 
|| 
$_FILES['csv_file']['type'] == "text/plain"

即使我正在上传 csv 文件,它也会显示错误,即我的 csv 文件未上传...

i am using this condition to check my uploaded csv file.

$_FILES['csv_file']['type'] == "application/octet-stream" 
|| 
$_FILES['csv_file']['type'] == "text/plain"

even-though i am uploading csv file it show error i.e my csv file not uploading...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

垂暮老矣 2024-10-19 22:04:17

嘿,您是否检查过网络服务器是否有权将文件上传到您要上传的目录?

也许更多的代码会在这里有所帮助..

hey, did you checked the webserver has permissions to upload files to the directory your are trying to upload?

maybe a bit more of code will help here..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文