I made a page using HTML which have some .jpg files and some .swf files, when someone open it with a slow net connection, some of those files are not loaded by the browser, which must be loaded even if it takes hours to load. Is there any solution for this problem? Is there any code available for HTML or any other language (priorly HTML)?
Share
This is not something you can configure from the server side (and especially not from your HTML).
This is determined by a timeout setting on the user’s browser. They’ll have to change the setting themselves if they so desire.