Howdy, Stranger!

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

Upload Button not showing
  • Hi everybody, I just found this tool and it looks very helpful and fairly straightforward to use. I just have to get over the initial hump to get it working for the first time.

    For the life of me I can not get the upload button to appear. From the documentation It looks to me like the javascript part will overload the fileinput element if everything goes well.

    Here is the testcode I am using:










    $(document).ready(funtion() {
    $("#fileInput").uploadify({
    'uploader': 'images/uploadify.swf',
    'script': '../uploadify/uploadify.php',
    'folder': '../uploads',
    'multi': true,
    'cancelImg': '../uploadify/cancel.png'
    });
    });



    TEST




    Can anyone see what is wrong with it?
    Thanks
    -Heiko
  • Nevermind, found it. I had a typo in the javascript section.
  • hi guy;
    I think you must add buttontext or buttonimg to the config scripts.