ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Upload>.CurrentFileSizeSent (Function)
Returns the size (in bytes) already sent for 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.
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
The Upload control
The Upload control is used to upload files on the Web server......
Handling an Upload control through programming
The Upload control is used to upload one or more files....
DownloadAdd (Function)
Adds a new download in the device's download manager....
DownloadGetInfo (Function)
Retrieves the details of a download present in the download manager.
DownloadRemove (Function)
Cancels a download by removing it from the download manager, and deletes any existing files.
Page templates
WEBDEV allows you to create page templates......
<Upload>.SizeSent (Function)
Returns the total size (in bytes) of files already sent by the current upload via an Upload control.
UploadSizeSent (Function)
Returns the total size (in bytes) of files already sent by the current upload via an Upload control.
13. Types of standard controls
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
NameBrowserFile (Property)
The NameBrowserFile property is used to get the original name of the file to upload on the user's computer....
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
TypeFiles (Property)
The TypeFiles property is used to get and change the filter available in the file picker of the Upload control.
UploadStart (Function)
Starts sending the selected files into an Upload control.
DownloadProgress (Property)
The DownloadProgress property gets the download progress notification.
<Upload>.Start (Function)
Starts sending the selected files into an Upload control.
Changing sites from AWP to SEO-ready session mode
File download functions
The following functions are used to manage downloads......
<Upload>.FileSize (Function)
Returns the total size (in bytes) of a file found in an Upload control.
UploadFileSize (Function)
Returns the total size (in bytes) of a file found in an Upload control.
1
2
3
4
5
6
154
>