|
|
|
|
|
|
|
|
|
|
|
|
| Category: Upload functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Saves on the server a file "uploaded" by the Web user. |
|
|
|
|
|
|
|
| Indicates the file currently uploaded via the Upload control. |
|
|
|
|
|
|
|
| Returns the total size (in bytes) of the file currently uploaded via an Upload control. |
|
|
|
|
|
|
|
| Returns the size (in bytes) already sent for the file currently uploaded via an Upload control. |
|
|
|
|
|
|
|
| Deletes a file from the list of files to upload: the file will not be uploaded on the server. |
|
|
|
|
|
|
|
| Clears the list of files to upload: no file will be uploaded on the server. |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| Returns the total size (in bytes) of a file found in an Upload control. |
|
|
|
|
|
|
|
| Returns the total size (in bytes) of the file currently uploaded via an Upload control. |
|
|
|
|
|
|
|
| Returns the total size (in bytes) of files already sent by the current upload via an Upload control. |
|
|
|
|
|
|
|
| Starts sending the selected files into an Upload control. |
|
|
|
|
|
|
|
| The following functions are used to manage the upload: |
|
|
|
|
|
|
|
| The following functions are used to manage uploads (prefix syntax): |
|
|
|
|
|
|
|
| Usage example of the UploadCopyFile function |
|
|
|
|
|
|
|
| Saves a file "uploaded" by the user to the server. |
|
|
|
|
|
|
|
| Indicates the file currently uploaded via the Upload control. |
|
|
|
|
|
|
|
| Returns the total size (in bytes) of the file currently uploaded via an Upload control. |
|
|
|
|
|
|
|
| Returns the size (in bytes) already sent for the file currently uploaded via an Upload control. |
|
|
|
|
|
|
|
| Deletes a file from the list of files to upload: the file will not be uploaded on the server. |
|
|
|
|
|
|
|
| Clears the list of files to upload: no file will be uploaded on the server. |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| Returns the total size (in bytes) of a file found in an Upload control. |
|
|
|
|
|
|
|
| Uploading consists in saving a file located on the user's computer to a web server... |
|
|
|
|
|
|
|
| Returns the total size (in bytes) of the file currently uploaded via an Upload control. |
|
|
|
|
|
|
|
| Returns the total size (in bytes) of files already sent by the current upload via an Upload control. |
|
|
|
|
|
|
|
| Starts sending the selected files into an Upload control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|