|
|
|
|
|
- Choosing the target of the file
- Retrieving the parameters passed to an Active WEBDEV Page
- Downloading large files
- Pre-launched sessions
- Web services
FileDisplay (Function)
No disponible
Displays a file in the user's browser. Allows documents not accessible to the Web server to be displayed on the user's browser: files hidden for security reasons, binary memos, etc. Observaciones Downloading files with FileDisplay can take longer than downloading files directly via an http link. In the case of the FileDisplayfunction, the WEBDEV: - Opens the file to download.
- Transfers the file to the Web server while asking to send the file to the Web user.
When using an http link, the browser of the Web user directly finds the file to download. For the large files, we recommend that you use an http link. In this case, the path and name of the file to be downloaded can be configured with the URL property. Pre-launched sessions If your project uses pre-launched sessions, this function must not be used in the project initialization event. This function must be used in the "Initialization in pre-launched session mode" event. Web services This function can be used in web services. Clasificación Lógica de negocio / UI: Código UI Componente: wd300dllexe.dll
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|