Home > Back-end >  Is there any way to download files on a web page click of a button, and then the server multi-thread
Is there any way to download files on a web page click of a button, and then the server multi-thread

Time:12-24

Is actually achieve multi-threaded download files function, the Internet is to get a similar client downloader, achieve multi-threaded download,
I hope to find the similar we usually get to the Internet, a button on a web page point, the browser automatically download, but the server is a large file fragmentation, and multithreading transmission to the client

CodePudding user response:

Multi-threaded download, is the client, so you want to achieve is a browser functionality. But look at what you describe is wanted to do such a thing on the server, even opposite.
Although you said can do, but a connection, plug things into the pipe that is synchronous, you multithreading is meaningless.
  • Related