Home > database >  Each prawn: recently are writing PB WEB application, how do I realize: after the client WEB browsing
Each prawn: recently are writing PB WEB application, how do I realize: after the client WEB browsing

Time:09-30

Each prawn: recently are writing PB WEB application, how do I realize: after the client WEB browsing on the client side to open the client local D dish EXCEL file? It is to use GETFILENAME ()?

CodePudding user response:

The help of pb11, about print, save, mail processing techniques have been used

CodePudding user response:

I used to make WEB applications.

CodePudding user response:

Uploading files
The files that a user uploads through The Web Forms File Manager are saved under The SessionID (or UserName) path. The uploaded files are copied from The client - side computer. They are does The from The server - side SessionID path (but not The from The UserName path) at The end of The Web Forms session.

Figure 5-5 shows the original concept the Upload File dialog box for a Web Forms application.

Figure 5-5: the Upload dialog box

To upload a file using the file Manager:

In the left pane of the File Manager, select the directory where you want to copy a File.

The Upload File link displays to The right of The New text box.

Click the Upload File link.

The original concept The Upload File dialog box displays.

The Type of the file name or browse to the file or files you want to upload.

Click the Upload.

A message displays in the dialog box to indicate been the upload is successful.

Click the Close & amp; Refresh the to close the dialog box and Refresh the file listings in the right pane of the file Manager.



Downloading a file
The Users can download any file listed in the right pane of the file Manager. The files are downloaded to the client - side computer from either the SessionID (UserName) or Common path on the server. (the actual server path is never displayed in the virtual file directory.)

To download a file using the file Manager

From the right pane of the File Manager, select the File you want to download.

The Download File link displays near The bottom right corner of The File Manager, just above The Upload File link.

Click the Download File.

The File Download dialog box lists The File name and File type and The name of The server from which The File can be downloaded. It prompts you to save The File or cancel The Download. (On some operating systems, The File Download dialog box can also include Open and More Info buttons.)

Click the Save.

The Save As dialog box displays.

Browse to the path on the local computer where you want to save the file, and click save.

The Download Complete dialog box displays. Its appearance depends on The client operating system. It typically prompts you to open The downloaded file, open The folder where you saved The file, or close The dialog box.

Click Close to Close the Download Complete dialog box and return to the File Manager.
  • Related