During the system testing, it was found that the refresh-free upload function implemented using SwfUpload could not be used on IE10. Doesn't SwfUpload support it? Or does it need to be implemented in another way? Finally, by understanding the SwfUplad.JS file, we found that we can modify it to support IE10. The specific solution is as follows:
Open SwfUpload.js and find it in the js file // Private: getFlashHTML generates the object tag needed to embed the flash in to the document" and "//Private: getFlashVars builds the parameter string that will be passed" and this line, and then replace the middle with the following code and it will be OK