Howdy, Stranger!

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

HTTP Error in IE6/IE7
  • Hey,
    I'm having a problem with IE7 and Uploadify based (I think) on the time it takes to upload a file. I've got a 400k file that uploads fine in FF and IE6-8 to my local server, and which uploads fine in FF and IE8 to my hosted server. But in IE6 and IE7, the upload to my hosted server stalls at 100% until 2 minutes after the upload began, when it's killed by the connection timing out, giving an HTTP error. I had the same problem uploading a 250k file to the Uploadify demos (~20 seconds).

    Is anyone else having the same problem?
  • I got the same HTTP Error error message in Firefox 3.
    Is it due to using local server?
  • I've got the same problem with IE6/7 on my localhost, haven't tried it on remote server just yet though. However I'm not able to make it work in Firefox either. It even never reaches 100%, freezing right in the beginning. Uploadify works fine in OPera, Safari and Chrome.

    I've started a topic here: http://www.uploadify.com/forum/viewtopic.php?f=7&t=2490&p=4870&hilit=local+server#p4870
  • Have the same problem. Even demo doesn't work in IE7/8
  • yes i am also having the same error ... it is undefined HTTP error

    my uploadify script is working on my localhost in almost all my required browsers like FF, IE7,IE8, but its giving me HTTP undefined error on my live server.

    i have no idea... whats the reason, can any one help me please.

    Thanks in Advance
  • check the error type!
    <script type="text/javascript">
    function checkerr(event, ID, fileObj, errorObj) {
    alert(errorObj.type+"::"+errorObj.info);
    }
    ...
    ...,
    'onError' : checkerr
    });
    });
    </script>

    I got 404, because of bad path to script
  • The user and all related content has been deleted.
  • I've the same problem.
    I've change the uploadify.php page with a mySQL call and the error has occured...
    I've the file in the directory and the string in the database, but this is the result on index.php
    http://forum.html.it/forum/attachment.php?s=&postid=13392098