CKEditor, Roxy Fileman, Add File -upload fails in Firefox
问题 I am using CKEditor with Roxy File Manager -plugin. In the file manager dialog window, when I use the Add File -button to upload a file into server, it works fine in IE11 and Chrome. Firefox though fails to upload the file. I have been debugging the source of Fileman and I guess the problem is in main.js (I'm using minimized version main.min.js). In function addFile() in the next code part: if(!RoxyFilemanConf.UPLOAD){ alert(t("E_ActionDisabled")) } else{ console.log(document.forms.addfile);