The files type exposes the following methods.
| Name | Description | |
|---|---|---|
|
|
add(Object) | Returns the number of files actually contained in the collection. |
|
|
add(String,String) | Adds an item to the upload list with the specified name and content. |
|
|
count | Returns the number of files actually contained in the collection. |
|
|
get(Number) | Returns the file at the specified index. |
|
|
remove(Number) | Removes the file at the specified index from the upload pane. |
|
|
removeAll | Removes all files in the upload list. |