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.
QueueID on server side
  • For those who wanna hang around with the QueueID (that 7 chars string generated when file is selected) for some reason, its simple to implement it.

    I had used this to implement a file deletion script after the user had accidently uploaded a file and its complete. As below image.
    image


    Down goes my tip.

    [x] You gotta have FLASH CS3+ on your machine.
    [x] Open the uploadify.fla file.
    [x] Hit the first frame (that with an alpha symbol) and take a look at the Action Script code (simply press F9 on windows machine)
    [x] Press CTRL+G and go to line 369 (on a original v2.1.0), inside the uploadify_uploadFiles function.
    [x] Replace this line with the code:

    // pass the queueID for the backend script as fileQueueId.
    // Used in multiuploads with autostart
    if (param.scriptData != '')variables.fileQueueId = fileQueue[n].ID;


    Ok. Now you can hang around with the QueueID value on the serverside script simply grabbing the fileQueueId var.

    Thanks to all and share your ideas
    Take care.

    - George

Howdy, Stranger!

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