|
|
|
|
|
- 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) In french: FichierAffiche
Not available
Displays a file in the browser of Web user. Allows you to display documents (that are not accessible to the web server) in the user's browser: files hidden for security reasons, binary memos, ... Remarks Downloading files with FileDisplay can take longer than downloading files directly via an http link. When using FileDisplay, the WEBDEV engine: - 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. Business / UI classification: UI Code Component: wd300dllexe.dll
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|