Replies: 8 comments
-
hfs doesn't split the upload in parts, but it supports resuming if the upload is interrupted. |
Beta Was this translation helpful? Give feedback.
-
in the front end UI it appears to upload to 100% and then upon reaching 100% an error message pops up saying "Couldn't upload : file too large" the partial hfs$ file does not remain in the filesystem |
Beta Was this translation helpful? Give feedback.
-
can you see if in Admin-panel>monitoring you see the upload progressing? |
Beta Was this translation helpful? Give feedback.
-
It shows no progress on successful or failed uploads. once the front end get to 100% on a successful upload the monitoring tab then shows that a file was uploaded, but does not display the upload progress. |
Beta Was this translation helpful? Give feedback.
-
to use cloudflare, are you running a specific software on your computer or on your LAN? |
Beta Was this translation helpful? Give feedback.
-
That is an option, but currently, i am not running any software on my computer. The proxying is being done through DNS. My hostname points to cloudflare's servers and then they proxy that traffic to my IP. |
Beta Was this translation helpful? Give feedback.
-
i was asking because since you don't see the progress, it must mean that it happens very quickly, like within 1 second. Anyway, your idea of splitting the upload is technically possible, but not very easy and applies only to cloudflare. I don't expect to work on such a thing anytime soon. |
Beta Was this translation helpful? Give feedback.
-
I understand. Thank you for your consideration. |
Beta Was this translation helpful? Give feedback.
-
I'm proxying my connection to the server through Cloudflare. Cloudflare only supports uploading files over http/https up to 100MB per request.
Is the any way to upload files in parts, or in separate http requests, to circumvent this kind of limitation?
Beta Was this translation helpful? Give feedback.
All reactions