开发者

Control where Uploadify displays queue items and progress

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 th开发者_开发百科ey are just put right after the uploadify object, as far as I can tell.


Normally in your html you have

<div id="fileQueue"></div>

and in your uploadify params:

'queueID'        : 'fileQueue',

Thats all there is to it. You can put that div anywhere in your page you want.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜