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
Hi.
My site is behind Cloudflare and it limits the maximum file upload size (100MB).
When a logged in user uploads files there is no problem because by the chunk size I limit it to below 100MB, but in public uploads (link created to upload files without having to have an account on the site) these uploads are not segmented and it only allows me upload to a maximum of 100MB due to Cloudflare.
Is it possible to segment (chunk) uploads through public links? In the same way that a logged in user would do to avoid this problem.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi.
My site is behind Cloudflare and it limits the maximum file upload size (100MB).
When a logged in user uploads files there is no problem because by the chunk size I limit it to below 100MB, but in public uploads (link created to upload files without having to have an account on the site) these uploads are not segmented and it only allows me upload to a maximum of 100MB due to Cloudflare.
Is it possible to segment (chunk) uploads through public links? In the same way that a logged in user would do to avoid this problem.
Thank you.
The text was updated successfully, but these errors were encountered: