ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WEBDEV concepts / Part 2 - Developing a website
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
19. Upload: Sending files to the server
Previous pageTable of contentsNext page
Uploading consists in sending one or more files from the user's computer to the server.
A simple example: Create a contact in a directory.
The user wants to associate a photo with the contact form. This photo is stored on the hard disk of the computer.
The UPLOAD control allows the user to select the image via a "Select a file" button.
When the form is validated, the selected image file is sent to the server and copied to the hard disk of the server (UploadCopyFile). Then, the image will be displayed in the contact form.
Caution: The appearance of the "Select a file" button (shape, color or text) is defined by the browser and cannot usually be customized.
Remark: WEBDEV also includes an upload Smart control. This control supports progress bars, multiple file selection, etc.
Previous pageTable of contentsNext page
Comments
Click [Add] to post a comment

Last update: 08/25/2023

Send a report | Local help