Howdy, Stranger!

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

Uploadify v2
  • HI everybody I'm very happy with uploadify plugin,
    I've just seen the changes in the website........ anyone knows when V2 will be ready?

    I'm asking this because i'm heavily modding the plugin,
    and I don't want to work for hours for something that will be implemented in v2.

    Thank you
    Jangha
  • Ronnie has just released it
  • I replaced all the files with the new oneson my site and it stopped working :)

    Apart from that multi file upload on the Demo page doesn't seem to work for me (neither Upload Files, nor Clear Queue button).
  • fallenartist said:
    I replaced all the files with the new oneson my site and it stopped working :)

    Apart from that multi file upload on the Demo page doesn't seem to work for me (neither Upload Files, nor Clear Queue button).

    v2.0 uses a new syntax for the call function. Instead of $('#myDiv').fileUpload ({.... You now use $('#myDiv').uploadify ({....

    There has also been a few other changes to certain functions, so check the main website > documentation and switch other the functions.

    I am currently switching over mine to v2.0...
  • It's seems I myself have fallen victim to the function call changes.

    I fixed the Multi upload demo on the site.

    Something to keep in mind is that all the function calls should replace fileUpload with uploadify. Also... .fileUploadStart() has been changed to .uploadifyUpload()
  • [/quote]
    v2.0 uses a new syntax for the call function. Instead of $('#myDiv').fileUpload ({.... You now use $('#myDiv').uploadify ({....
    .[/quote]
    I have to rewrite the script data :( :( .
    I'm having some troubles on the mac,
    Uploadify doesn't work on the mac!!

    Any suggestion?
  • I have to rewrite the script data :( :( .
    I'm having some troubles on the mac,
    Uploadify doesn't work on the mac!!


    I would need to know what issues you are having. v2.0 has been tested under multiple scenarios on the mac.
  • The updating of scriptData has changed and for the better. It no longer accepts the serialized string. You need to pass it as an array of key value pairs. The benefit is that you can update or add scriptData variables without having to re-write the whole string. I would of thought you would be happy for such a major improvment, not mad :)