AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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 NameBrowserFile property gets the original name of the file to upload from the user's computer. This property is only available for multi-file Upload controls.
Example
// The uploaded files are copied to a directory on the server with their initial name
FOR I = 1 _TO_ UPL_Upload.Count
UploadCopyFile(UPL_Upload, gsPathUploadedFiles, "", I)
Trace(UPL_Upload[I].NameBrowserFile, UPL_Upload[I].NameServerFile)
END
Syntax

Getting the original name of the file to upload from the user's computer Hide the details

<Result> = <Upload control>[<File ID>].NameBrowserFile
<Result>: Character string
Original name of the uploaded file (i.e. file on the user's computer).
<Upload control>: Control name
Name of the Upload control to be used.
<N>: Integer
Number of the file in the Upload control.
Versión mínima requerida
  • Versión 15
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 31/01/2024

Señalar un error o enviar una sugerencia | Ayuda local