How can I control where uploadify displays queue items and progress indicators?
I would like to move them away from the upload button.
Uploadify generates html-items with this the class “uploadifyQueueItem” for items in the queue, but they are just put right after the uploadify object, as far as I can tell.
Normally in your html you have
and in your uploadify params:
Thats all there is to it. You can put that div anywhere in your page you want.