This article mainly introduces the invalid solution of jqueryuploadify in FF, which is very practical. If you need it, you can refer to the Js Code below.
$ ('# File_upload '). uploadify ({buttonImage: '$ {ctx}/commons/uploaddify/img/browse-btn.png', swf: '$ {ctx}/commons/uploaddify/uploadify.swf', uploader :'.. /servlet/defaultDispatcher; jsessionid =$ {pageContext. session. id }? _ Action = XXX', fileTypeExts :'*. jpg ;*. png ;*. gif ;*. bmp ', fileTypeDesc: 'image file', formData: {timestamp: new Date (). getTime ()}, onSelect: function (file) {// rewrite verification}, onUploadProgress: function (file, bytesUploaded, bytesTotal, totalBytesUploaded, totalBytesTotal) {bytes ('{pregress'{.html ('total needs to be uploaded '+ bytesTotal +' byte, '+ 'uploaded' + totalBytesTotal + 'byte ');}, onUploadSuccess: function (file) {// uploaded successfully }});
Refer to the online solution and add the jsessionId after the uploader path.