• Use the File Import form object (see File Import) to ask the user for a file. The user browses to a file on the client file system that is then uploaded to the server and available to the application and its methods. This method can be used, for example, to provide a CAD file or experimental data from the user at run time.
• You can call the fileOpen function from any application method. It picks any file from the server produced by a method, the model, or embedded with the application and opens it using the associated application on the client. This method can be used, for example, to open a PDF document on the client or show a text file or an image exported from the model on the client.
• It is also possible to call the fileSaveAs function from any application method in a way that is similar to fileOpen. It takes any file from the server and presents a Save As dialog box where the user can browse to a client location to save the file. This method is similar to how downloading files from a link within a web browser normally works.