企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
[![Uploadify - JQuery File Upload Plugin Script](https://box.kancloud.cn/2015-11-02_5636cc82d8b6c.png)](http://www.uploadify.com) # queueID Input Type:**string** Input Format:**'someID'** Default:**null** Required:**optional** The **queueID** option allows you to set any DOM element with a unique ID as the container for the file upload queue. If this option is omitted, the plug-in creates a new file queue container below the flash button. ### Demo Javascript Code 1. $('#file_upload').uploadify({ 1.   'uploader'       : '/uploadify/uploadify.swf', 1.   'script'         : '/uploadify/uploadify.php', 1.   'cancelImg'      : '/uploadify/cancel.png', 1.   'folder'         : '/uploads', 1.   'multi'          : true, 1.   'queueSizeLimit' : 3 1.   'queueID'        : 'queue' 1. }); HTML Code 1. <divstyle="background-color: #505050; height: 200px; margin-bottom: 10px; padding:10px; overflow: auto; width: 374px;"id="queue"></div> 1. <inputtype="file"id="file_upload"name="file_upload"/><br/> 1. <ahref="javascript:$('#file_upload').uploadifyUpload();">Upload Files</a> [Upload Files](#) [![Download the Latest Version](https://box.kancloud.cn/2015-11-02_5636cc82ea7d9.png)](#) Help keep Uploadify free and support the development of other excellent apps! ![](../image/564003e27ab00.gif) [home](#)  |  [about](#)  |  [download](#)  |  [demos](#)  |  [documentation](#)  |  [faqs](#)  |  [forums](#) ©2011 by [Reactive Apps](http://www.reactiveapps.com)