开发者

Control where Uploadify displays queue items and progress

开发者 https://www.devze.com 2023-01-14 15:20 出处:网络
How can I control where uploadify displays queue items and progress indicators? I would like to move them away from the upload button.

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

精彩评论

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