Howdy, Stranger!

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

fileUploadClearQueue()
  • What would be the correct way to use fileUploadClearQueue() from outside $('#someID').fileUpload()?

    I am trying with: $('#someID').fileUploadClearQueue() but it returns an error:

    document.getElementById(a(this).attr("id") + "Uploader").clearFileUploadQueue is not a function

    Many Thanks
  • Got the same problem in FF 3.6. Works Ok in IE8.
    Need to clear queue if user changed mind.
  • If this is from a different software, I apologize, but if you are talking about Uploadify, the correct name of the function is:
    uloadifyClearQueue()

    I'm not sure I understand correctly though, sorry if this is wrong.

    Rafa.
  • RafaPolit said:
    If this is from a different software, I apologize, but if you are talking about Uploadify, the correct name of the function is:
    uloadifyClearQueue()
    ....


    Right, function name has changed to uploadifyClearQueue(), but I'm getting the same error in FF:
    "document.getElementById(a(this).attr("id") + "Uploader").clearFileUploadQueue is not a function"

    The problem was that uploadify control was in a div that I show as pop-up block.
    It was important to call
    $('#uploadify').uploadifyClearQueue()
    when pop-up is still shown (moved code to on close pop-up, before hiding it).
  • [quote]If this is from a different software, I apologize, but if you are talking about Uploadify, the correct name of the function...[/quote]

    I know it is in the file uploadify-muilt-single.php in the Uploadify-Sample_Collection.zip