The jquery.uploadify plug-in frequently crashes in the chrome browser, which has been troubled for a long time. Many people on the Internet say that it is due to the chrome cache. When the plug-in is initialized, js needs to be quoted, and chrome’s cache causes no request to jquery. uploadify-3.1_min.js, so it causes a crash. You can add random numbers when referencing js:
I tried this method and found that this method cannot completely solve the crash problem. For example, after the uploadify page enters other pages, and then clicks back to return to the uploadify page, the crash problem will also occur.
A complete solution: setTimeout, so that the initialization of uplodify and the function of the browser cache module do not occur at the same time