digitarald-fancyupload
digitarald-fancyupload copied to clipboard
FancyUpload3.Attach.js does not work on Linux
because this line of code: if (Browser.Platform.linux && window.confirm(MooTools.lang.get('FancyUpload', 'linuxWarning'))) return this;
LOL removed this line and it worked.
Basically it's
if linux break