Does v5 support resumable upload support?

dan09

New Member
YetiShare User
YetiShare Supporter
Oct 9, 2020
16
6
3
Like this:

Thanks
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Like this:

Thanks
We are hoping to have auto retry for failed uploads soon, but it wont auto resume where it failed, it'll restart. One for the dev list for investigation I think.
 
Last edited:
  • Like
Reactions: Mister and dan09

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
With this implemented, we can bypass Cloudflare 100mb limit.
The script already has chunked upload support, so works fine with CloudFlare. It just doesn't have resumable uploads.
 
  • Like
Reactions: dan09

dan09

New Member
YetiShare User
YetiShare Supporter
Oct 9, 2020
16
6
3
That is enabled by default/out of the box?
Do you have a demo for v5 I can test?
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
That is enabled by default/out of the box?
Do you have a demo for v5 I can test?
It's enabled as standard in the script. You can see chunking in progress by using the browser developer tools (press F12 in Chrome), then loading the "Network" tab. If you then start an upload > 100MB you should see a new http request every 100MB - this is the chunking.

v5 is in beta but you can see the demo here:

u: admin
p: Password@Demo

It's also on CloudFlare ;)
 
  • Love
Reactions: dan09

dan09

New Member
YetiShare User
YetiShare Supporter
Oct 9, 2020
16
6
3
If you then start an upload > 100MB you should see a new http request every 100MB - this is the chunking.
Can we please configure this value?
I would like it chunk every 10mb.

Thanks.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Can we please configure this value?
I would like it chunk every 10mb.

Thanks.
It's not a configuration option in the script. You're best leaving it at 100mb otherwise uploads can be slightly slower with more chunks. If you really want to change it to 10mb, I'd be happy to point you at the code for it.
 
  • Like
Reactions: dan09