KOHGYLW / kiftd

sky driver & cloud driver open source server application : kiftd . welcome to the home page: https://kohgylw.github.io/ to quick start——kiftd是一款专门面向个人、团队和小型组织的私有网盘系统。轻量、开源、完善。无论是在家庭、学校还是在办公室,您都能立刻开始使用它!了解更多请访问官方网站:
https://kohgylw.github.io/
1.97k stars 409 forks source link

文件上传失败 #146

Open Zarhin opened 3 years ago

Zarhin commented 3 years ago

感谢作者提供这么优秀的网盘,安装太方便了!!!还能扩展内存,太好使了!!! 但是在上传文件中,出现文件上传失败的提示,如下:

提示:出现意外错误,文件:[Lateral Spread Displacement and Bridge Foundation Case Histories from the 1991 Magnitude 7.6 Earthquake near Limón, Costa Rica.pdf]上传失败,上传被中断。

hanwsf commented 3 years ago

提示:出现意外错误,文件:[2020年联想集团智能制造白皮书.pdf]上传失败,上传被中断。

reteng commented 3 years ago

提示:出现意外错误,文件:[01计划白皮书.pdf]上传失败,上传被中断。

geminikowui commented 2 years ago

我这边也是这样的,在外网上传大于1M以上的文件都会报错

Rookie259 commented 2 years ago

提示:出现意外错误,文件:[pexels-piccinng-3075993.jpg]上传失败,上传被中断。

Rookie259 commented 2 years ago

提示:出现意外错误,文件:[pexels-piccinng-3075993.jpg]上传失败,上传被中断。

@geminikowui @reteng @Zarhin @hanwsf 我这边是用的Nginx做的代理,因为配置原因默认只能1M。在http{}中加入 client_max_body_size 100m;可解决,大家可供参考。

LinJiaQingRan commented 1 year ago

大佬,在那个文件中加入这行呀?感谢