download files from a webserver using downloadlinks
Posted: Thu Mar 27, 2014 5:07 pm
Hello,
I need an idea about how to create an application that would allow a client to download files using a webbrowser.
So the client sends a downloadlink like this to my "webserver" :
"http://myPBWebServer/file.zip"
The files would be big, 1-4Gb
I think that I need a PB webserver that can send such a file (or multiple files if possible) in chunks to the client's browser.
Maybe such webserver already exists somewhere ("Atomic Web Server" doesn't work because it doesnt send the data in chunks).
Or maybe it's better to try with SpiderBasic... ?
Heinz
I need an idea about how to create an application that would allow a client to download files using a webbrowser.
So the client sends a downloadlink like this to my "webserver" :
"http://myPBWebServer/file.zip"
The files would be big, 1-4Gb
I think that I need a PB webserver that can send such a file (or multiple files if possible) in chunks to the client's browser.
Maybe such webserver already exists somewhere ("Atomic Web Server" doesn't work because it doesnt send the data in chunks).
Or maybe it's better to try with SpiderBasic... ?
Heinz