Welcome to the new Uploadify Community Forums. We've made the switch from PHPBB to Vanilla Forums in hopes of controlling the SPAM more efficiently. We hope this change doesn't suck so much. Also, don't forget to wrap your code in tags. You can quickly insert code using ctrl + f.
I lost some messages that were posted on February 4th. If you posted a message or reply on February 4th, please do so again. Sorry about the inconvenience.
Files are uploaded but no queue and no visual changes
  • Hello everybody.

    When I want to upload a file, i can see the black button BROWSE, when i click on it, it proposes to choose a file and when i do it, it upload correctly the file at the good destination but nothing appears on the screen, no queue, no progressbar, strictly nothing.

    all my path to css, js, swf, php are good.

    The problems is that i use mootools + jquery at the same time. When i use only Jquery it works.

    Here is the code :
    $J(document).ready(function() {
    $J('#event1').fileUpload ({
    'uploader' : 'uploader.swf',
    'script' : 'upload.php',
    'cancelImg' : 'cancel.png',
    'auto' : true,
    'folder' : '/tmp'
    });
    });


    I have to write $J instead of $ because i added that line :

    var $J = jQuery.noConflict();


    I changed nothing in the uploadify.js and in the others files.
    With other libraries like DatePicker (for jquery), it works ... the problem is only for uploadify. Thanks in advance for your help.
  • The 1.6.2 version of uploadify isn't compatible with noconflict. Search this forum for noconflict and you'll find a version that has been posted that has been converted to be compatible.

Howdy, Stranger!

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