-
Notifications
You must be signed in to change notification settings - Fork 791
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
单个附件大小不能超过25MB #210
Comments
Title: The size of a single attachment cannot exceed 25MB When uploading an attachment, if it is larger than 25MB, a prompt will appear: The file is too large. The size of a single file cannot exceed 25MB. Can only be uploaded in splits. |
Hi, 是 chatnio 的限制,见: Regards, |
感谢,这个能通过环境变量修改吗 |
Hi, 目前暂时不支持通过使用“环境变量”的方式进行修改,未来近期可能也不会对这部分内容做出修改,评估后可能会在后台添加此功能。 Best Regards, |
Hi, Modification through the use of "environment variables" is currently not supported, and this part of the content may not be modified in the near future. This feature may be added in the background after evaluation. Best Regards, |
感谢 |
grateful |
上传附件的时候如果大于25MB就会有提示:文件过大 单个文件大小不能超过25MB。只能分割上传。
直接访问blob,上传文件正常没有大小限制。请问这是什么原因?是否需要在chatnio追加环境变量?
The text was updated successfully, but these errors were encountered: