ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Upload functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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.
<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 file must have been uploaded:
  • via an "Upload" edit control.
  • via a single-file or multi-file Upload field.
<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: 10/28/2024

Send a report | Local help