AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
// 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
Sintaxis

Getting the name of the uploaded file on the server Ocultar los detalles

<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.
Versión mínima requerida
  • Versión 15
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 13/05/2025

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