I am trying to clear an uploadify queue from a .net method by this:
ScriptManager.RegisterStartupScript(Page, Page.GetType(), Guid.NewGuid().ToString(), "javascript:$('#" + file_upload_reply.ClientID + "').uploadifyCancel('*')", True)
but it does not clear the queue. Is it possible to clear the queue using the command uploadifyCancel?
Thanks for any pointers.
Library ScriptManager:
Use ClientScript:
Such as in Page_Load: