ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Upload functions
26 results
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.
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 upload may have been performed:
  • via an "Upload" edit control.
  • via a single-file or multi-file Upload control.
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 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.
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 upload may have been performed:
  • via an "Upload" edit control.
  • via a single-file or multi-file Upload control.
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 the 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.