ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Upload functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The following functions are used to manage file uploads (prefix syntax):
<Upload>.CopyFileSaves 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.
<Upload>.CurrentFileIndicates the file currently uploaded via the Upload control.
<Upload>.CurrentFileSizeReturns the total size (in bytes) of the file currently uploaded via an Upload control.
<Upload>.CurrentFileSizeSentReturns the size (in bytes) already sent for the file currently uploaded via an Upload control.
<Upload>.DeleteDeletes a file from the list of files to upload: the file will not be uploaded on the server.
<Upload>.DeleteAllClears the list of files to upload: no file will be uploaded on the server.
<Upload>.FileNameReturns 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.
<Upload>.FileSizeReturns the total size (in bytes) of a file found in an Upload control.
<Upload>.SizeReturns the total size (in bytes) of the file currently uploaded via an Upload control.
<Upload>.SizeSentReturns the total size (in bytes) of files already sent by the current upload via an Upload control.
<Upload>.StartStarts sending the selected files into an Upload control.
Minimum version required
  • Version 23
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help