Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

设置允许修改上传文件大小限制 #6258

Closed
4 tasks done
superen7527 opened this issue Mar 23, 2024 · 4 comments
Closed
4 tasks done

设置允许修改上传文件大小限制 #6258

superen7527 opened this issue Mar 23, 2024 · 4 comments
Labels
enhancement New feature or request invalid This doesn't seem right

Comments

@superen7527
Copy link

Please make sure of the following things

  • I have read the documentation.
  • I'm sure there are no duplicate issues or discussions.
  • I'm sure this feature is not implemented.
  • I'm sure it's a reasonable and popular requirement.

Description of the feature / 需求描述

通过文档 "上传表单文件"和"流式上传",写了一个api本地上传到云盘。测试效果小文件没问题。但是大文件会显示413文件太大。目测是超过100mb还是200mb就会触发?

一开始以为是存储盘限制 把所有存储(我试过onedrive官方上传1g没有问题)全试了一下都是这样 得出结论应该是api这里限制了,而且返回太大报错还不是json而是html格式。能不能后台添加最大文件限制或者直接不限制上传大小?

Suggested solution / 实现思路

No response

Additional context / 附件

No response

@superen7527 superen7527 added the enhancement New feature or request label Mar 23, 2024
Copy link

welcome bot commented Mar 23, 2024

Thanks for opening your first issue here! Be sure to follow the issue template!

@superen7527 superen7527 changed the title 上传文件限制 设置允许修改上传文件大小限制 Mar 23, 2024
@xhofe
Copy link
Member

xhofe commented Mar 23, 2024

未限制,检查前置代理。

@xhofe xhofe added the invalid This doesn't seem right label Mar 23, 2024
Copy link

Hello @superen7527, your issue is invalid and will be closed.
你好 @superen7527,你的issue无效,将被关闭。

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 23, 2024
@superen7527
Copy link
Author

嗯 发issue想到可能是我这边的问题 但是caddy没有限制 忘记了还有个cf。因为用的弹窗只看到了413 too large和html形式,没办法复制和看全(最下面或者看html可以直接知道是cf的问题) 才反应过来是cf问题 https://community.cloudflare.com/search?q=maximum%20file%20upload 和alist无关。cf有限制缓存文件大小,当然也有上传大小

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants