|
|
|
|
|
|
|
|
|
|
|
|
|
|
| WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min |
|
|
|
|
|
|
|
| Uploads a document to the Google server. |
|
|
|
|
|
|
|
| Uploads a document to the Google server. |
|
|
|
|
|
|
|
| Uploads a local file to a remote drive. |
|
|
|
|
|
|
|
| The following functions are used to manage uploads (prefix syntax):... |
|
|
|
|
|
|
|
| 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 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.... |
|
|
|
|
|
|
|
| Indicates the file currently uploaded via the Upload control. |
|
|
|
|
|
|
|
| Indicates the file currently uploaded via the Upload control. |
|
|
|
|
|
|
|
| Clears the list of files to upload: no file will be uploaded on the server. |
|
|
|
|
|
|
|
| Clears the list of files to upload: no file will be uploaded on the server. |
|
|
|
|
|
|
|
| Saves on the server a file "uploaded" by the Web user. This upload may have been performed:
via an "Upload" edit control.
via a single-file or multi-file Upload control.... |
|
|
|
|
|
|
|
| Saves on the server a file "uploaded" by the Web user. This upload may have been performed:
via an "Upload" edit control.
via a single-file or multi-file Upload control.... |
|
|
|
|
|
|
|
| Deletes a file from the list of files to upload: the file will not be uploaded on the server. |
|
|
|
|
|
|
|
| Deletes a file from the list of files to upload: the file will not be uploaded on the server. |
|
|
|
|
|
|
|
| Returns the total size (in bytes) of the file currently uploaded via an Upload control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|