API17:JHtmlBehavior::uploader
From Joomla! Documentation
JHtmlBehavior::uploader
Description
Add unobtrusive javascript support for the advanced uploader.
public static function uploader (
$id='file-upload'
$params=array
$upload_queue='upload-queue'
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | 'file-upload' | |
| $params | array | array() | An array of options for the uploader. |
| $upload_queue | string | 'upload-queue' | $upload_queue |
See also
JHtmlBehavior::uploader source code on BitBucket
Class JHtmlBehavior
Subpackage Html- Other versions of JHtmlBehavior::uploader
User contributed notes
Code Examples