ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Upload functions
26 results
<Upload>.CopyFile (Function)
Saves on the server a file "uploaded" by the Web user.
<Upload>.CurrentFile (Function)
Indicates the file currently uploaded via the Upload control.
<Upload>.CurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
<Upload>.CurrentFileSizeSent (Function)
Returns the size (in bytes) already sent for the file currently uploaded via an Upload control.
<Upload>.Delete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
<Upload>.DeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
<Upload>.FileName (Function)
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.
<Upload>.FileSize (Function)
Returns the total size (in bytes) of a file found in an Upload control.
<Upload>.Size (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
<Upload>.SizeSent (Function)
Returns the total size (in bytes) of files already sent by the current upload via an Upload control.
<Upload>.Start (Function)
Starts sending the selected files into an Upload control.
Upload functions
The following functions are used to manage the upload:
Upload functions (prefix syntax)
The following functions are used to manage uploads (prefix syntax):
UploadCopyFile (Example)
Usage example of the UploadCopyFile function
UploadCopyFile (Function)
Saves a file "uploaded" by the user to the server.
UploadCurrentFile (Function)
Indicates the file currently uploaded via the Upload control.
UploadCurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
UploadCurrentFileSizeSent (Function)
Returns the size (in bytes) already sent for the file currently uploaded via an Upload control.
UploadDelete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
UploadDeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
UploadFileName (Function)
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 (Function)
Returns the total size (in bytes) of a file found in an Upload control.
Uploading files
Uploading consists in saving a file located on the user's computer to a web server...
UploadSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
UploadSizeSent (Function)
Returns the total size (in bytes) of files already sent by the current upload via an Upload control.
UploadStart (Function)
Starts sending the selected files into an Upload control.