|
|
|
|
|
Note: These functions are also available in prefix syntax ( Upload functions (prefix syntax)). The following functions are used to manage the file upload:
| | UploadCopyFile | Saves a file "uploaded" by the user to the server. | UploadCurrentFile | Indicates the file currently uploaded via the Upload control. | UploadCurrentFileSize | Returns the total size (in bytes) of the file currently uploaded via an Upload control. | UploadCurrentFileSizeSent | Returns the size (in bytes) already sent for the file currently uploaded via an Upload control. | UploadDelete | Deletes a file from the list of files to upload: the file will not be uploaded on the server. | UploadDeleteAll | Clears the list of files to upload: no file will be uploaded on the server. | UploadFileName | Returns the name of a file "uploaded" by the Web user. This file must have been uploaded: - via an "Upload" edit control.
- via a single-file or multi-file Upload field.
| UploadFileSize | Returns the total size (in bytes) of a file found in an Upload control. | UploadSize | Returns the total size (in bytes) of the file currently uploaded via an Upload control. | UploadSizeSent | Returns the total size (in bytes) of files already sent by the current upload via an Upload control. | UploadStart | Starts sending the selected files into an Upload control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|