• Firefox / Mozilla compatibility

    By Michael Bryant 1 decade ago

    Hi, I've tried it on Firefox and all works except the files aren't uploaded to the form. Is there an easy way to solve this or do I have something misconfigured? It works great on IE and Chrome though! Temporarily, I've had to result to File Upload Controls for FF users.

    Thanks,  Mike

    • By Dan Juarez 10 years ago

      I am having the same issue. It doesn't upload the files for Safari 7.0.4 or 7.0.6, nor for Opera 24 nor Firefox 30, 31 or 32.

      On Safari it does show an IO, Server error briefly right where the progress bar would appear. But for the other browsers I mentioned, it shows uploading progressing via the progress bar, but when it's done, no files are attached to the form. I'm not sure where to look for the solution.

      It works fine with Chrome 37 and IE 11.

      • By Dan Juarez 10 years ago

        Okay, I don't know why Safari, Opera and Firefox would fail and Chrome and IE would not due to an ACL . . . but I'll take it. I changed the ACL on my DB. We had Default set to 'No Access' but also had Read public documents and Write public documents unchecked. We had no entry for Anonymous. I added Anonymous and for both Anonymous and Default I checked 'Read public documents' and 'Write public documents'. I can now upload files from Opera, Firefox, Safari and Chrome and IE still work too.

        • By Mark Leusink 10 years ago

          Good to hear you got it working. I just checked the documentation and it says that Anonymous needs read-/ write public documents for the uploader to function correctly. From what I remember that had to do with cookie sharing issues between Flash and the browser.