ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The NameServerFile property is used to get the name of the uploaded file on the server. This property is only available for multi-file Upload controls.
Example
// Les fichiers uploadés sont copiés dans un répertoire sur le serveur avec leur nom d'origine
FOR i = 1 _TO_ UPL_Upload.Occurrence
	UploadCopyFile(UPL_Upload, gsCheminFichiersUploadés, "", i)
	Trace(UPL_Upload[i].NomFichierNavigateur, UPL_Upload[i].NomFichierServeur)
END
Syntax

Getting the name of the uploaded file on the server Hide the details

<Result> = <Upload control>[<N>].NameServerFile
<Result>: Character string
Name of the uploaded file (i.e. file on the server).
<Upload control>: Control name
Name of the Upload control to be used.
<N>: Integer
Number of the file in the Upload control.
Minimum version required
  • Version 15
Comments
Click [Add] to post a comment

Last update: 05/13/2025

Send a report | Local help