I use a cross-platform cross-browser way to upload files, so there is no timeout. The download is not necessarily huge - some just take a long time to load due to a slow connection to the bootloader, but the server is all the same.
I heard that there are ways to upload files to pieces so that somehow the server decides not to overload the download. After searching all that I see, these are proprietary download helpers and Java and Flash widgets (SWFUpload) that are not cross-platform, are not loaded into chunks, or are not free.
I would like to do this on any of these platforms (ASP, ASP.NET 2.0 or PHP5), although I am not very good at all this class .NET / controller / project / module / visual studio / compile / etc, so it’s useful some running full project that works on .NET 2.0. PHP and ASP, which I can assume, will be more straightforward.
If I haven’t completely missed something that I suspect / hope so, reasonable network downloads are hard work in any language or platform.
So my question is: how can I download a web browser, cross-platform so that they do not timeout using free software? Is it possible at all?
source share