Tagged Questions
2
votes
1answer
540 views
Resumable large file upload (yes again!)
I'd like to implement large file upload, there are so many solutions out there (jquery, php, flash, java, js/jquery, node.js, etc...) that I quickly got lost / couldn't really find something that meet ...
0
votes
1answer
205 views
Resume uploads using samba
I have been using the smbget command to resume downloads if there is a network dropout...
e.g.
smbget -r smb://mysambaserver/path/to/file
Is there an equivalent for "uploading" files?
Neither ...
3
votes
1answer
2k views
Resume HTTP Post/upload with Indy
I'm trying to resume an upload using indy (HTTP Post), the code looks like this (using Delphi 2010, Indy 10.4736):
IdHttp.Head('http://localhost/_tests/resume/large-file.bin');
ByteRange ...
0
votes
1answer
447 views
How to pause/resume the upload/download to/from WebDav server?
I have used JackRabbit library to connect to WebDav server. I can successfully upload/download files to/from WebDav server. But, I'm having problem(actually I have no idea) with pausing/resume of ...