#1 2013-08-30 09:11:14

DigDiver
Member
Registered: 2013-04-29
Posts: 137

Upload a file of a big size

I make backup on the server using TZipWrite and download it using http.sys (HTTP_RESP_STATICFILE). No problem here. It can be downloaded with any client having a progress bar.

During backup restoration, I need to upload a file of a big size say 100-500 MB to the server. If I use Client.UpdateBlobField, there is no possibility to output, even approximately, the progress bar.

Is there a possibility to directly upload big size files to the server by using http.sys at the server side?

Offline

#2 2013-08-30 12:28:39

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,661
Website

Re: Upload a file of a big size

The only solution I think of is to use a dedicated background thread, with a dedicated client instance perhaps (to avoid thread contention).

Offline

Board footer

Powered by FluxBB