Using jquery's uploadify, a solution that will always crash on Google browsers
Because it is a java project. The solution is to add a parameter to the introduced js, so that the timestamp can be used to prevent caching and make every request. (This problem occurs because Google Chrome caches files.) <script type = "text/javascript" src = "../common/uploadify/jquery. uploadify. js? F = <% = System. currentTimeMillis () %> "> </script>: According to the post on stackoverflow, Asp. net Web From <script src = "/Resources/uploadify/jquery. uploadify3.1Fixed. js? Ver = <% = (new Random ()). next (0, 99999 ). toString () %> "type =" text/javascript "> </script> Asp. net MVC <script type = "text/javascript" src = @ Url. content ("~ /Content/uploadify/jquery. uploadify3.1Fixed. js? Ver = ") @ DateTime. Now. Ticks> </script> PHP <script src =" js/jquery. uploadify. min. js? Ver = <? Php echo rand ();?> "Type =" text/javascript "> </script>