Howdy, Stranger!

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

Progress Bar Stops
  • Hi, I've got a problem that sometimes when I upload a file, the progressbar stops when the file has finished uploading, but it hasn't yet reached 100%. The file has been uploaded successfully and all, but the onComplete function isn't called, and the Progressbar stops... This is my code:

    $('#video_upload').uploadify({
    'uploader' : 'flash/uploadify.swf',
    'script' : 'upload/upload_process.php',
    'scriptData': { 'session': '<? echo session_id()?>'},
    'cancelImg' : 'images/cancel.png',
    'queueSizeLimit': 1,
    'auto' : true
    });
  • did you check your php.ini file for maximum POST length?
  • The user and all related content has been deleted.