You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
是的,问题我已发过贴,issue #159
Describe the solution you'd like
我找到不能上传100m以上文件的原因了,不是filecodebox的原因,也不是nginx的原因,是cloudflare的小云朵的问题。我的域名是开启了小云朵的,而CF对是免费用户最大的http请求只有100m,所以超过100m的文件就不能上传了,关了小云朵就一切正常了。现在常用的网盘都支持分块上传,把大文件分成20m或25m的小块上传,所以可以用CF的小云朵上传。希望开发者可以开发这个功能,
Is your feature request related to a problem? Please describe.
是的,问题我已发过贴,issue #159
Describe the solution you'd like
我找到不能上传100m以上文件的原因了,不是filecodebox的原因,也不是nginx的原因,是cloudflare的小云朵的问题。我的域名是开启了小云朵的,而CF对是免费用户最大的http请求只有100m,所以超过100m的文件就不能上传了,关了小云朵就一切正常了。现在常用的网盘都支持分块上传,把大文件分成20m或25m的小块上传,所以可以用CF的小云朵上传。希望开发者可以开发这个功能,
Additional context
非常喜欢FileCodeBox,分享文件非常简单方便,功能也很好用。希望能支持分块上传,这样就可以开启CF的小云朵后上传大文件了。
The text was updated successfully, but these errors were encountered: