Overload List
| Name | Description | |
|---|---|---|
| AddFile(String, String) |
Adds a file to the list of files to upload. It will be uploaded when the Form which contains this FileElement is sent to the web server.
| |
| AddFile(String, String, String) |
Adds a file to the list of files to upload. It will be uploaded when the Form which contains this FileElement is sent to the web server.
| |
| AddFile(String, String, String, String) |
Adds a file to the list of files to upload. It will be uploaded when the Form which contains this FileElement is sent to the web server.
|
See Also