Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

No File is uploaded when using Firefox 3.5 for the first tim
  • hey guys,
    I got a really strange problem using uploadify 1.6.2 and jQuery 1.3.2.

    I added uploadify using this code:
    $(document).ready(function() {
    $('#uploadImg').fileUpload({
    'uploader': 'library/uploadify/uploader.swf',
    'script': 'ext_gallery_upload.php',
    'folder': 'temp/',
    'cancelImg': 'library/uploadify/cancel.png',
    'buttonImg': 'img/button_uploadImg.jpg',
    'multi': 'true',
    'fileExt': '*.jpg;*.jpeg;',
    'fileDesc': 'Bilder auswählen (*.jpg, *.jpeg)',
    'sizeLimit': 2048000,
    'buttonText': '',
    'width': 117,
    'displayData': 'percentage',
    'onAllComplete': function(event, data) { disableHtml(); document.getElementById('uploadForm').submit(); },
    'onError': function (event, queueID ,fileObj, errorObj) {
    $(\"#uploadImg\" + queueID + \" .cancel a\").attr('onClick', '$(\"#uploadImg' + queueID + '\").remove(); return false;');
    }
    });
    });


    I did not change any other file.
    And this is the problem:
    When I try to upload some/one file(s) using Firefox 3.5, no file is beeing transfered. The formular 'uploadform' is submitted successfully, but the target folder stays empty.

    After trying this in Firefox for a few times, i started the IE7 (or 8, does not matter). Everything works perfectly! The file is beeing uploaded by the first try.

    Now the strange thing: After I uploaded a file using IE I switched over to FF again, and now it also works fine here?!
    When I close FF and try it again, I have the same problem again, until I use IE once.
    How can that be?
    Someone got an idea?

    Thank you,
    regards
  • hey guys, has anyone got an idea? thank you!
  • I only know,Firefox+https+uploadify,can not work,and in firefox,cookie can not send to server by flash,so bad.who can help me.
  • ff seems to shit itself a lot! I notice a lot of times that it won't work right so I try it in safari and it's fine. The solution is to clear ff's cache, close it and restart it.
  • Hi @owner888.

    Have you found any solution to Firefox + Https + Uploadify problem?
    I am facing the same issue. I am unable to upload the file via uploadify if I use https. But it works fine if I upload it via http in Firefox.

    Please help me.

    Thanks in advance.
  • Hey guys.

    I have the same problem. I'm using Internet Explorer 8 and it works, but when I use FireFox 6 or Chrome 15 it doesn't work well.
    The event 'onComplete' is fired and there´s no erros threw to event 'onError'.

    Thanks.