| Author |
How to open a file dialog box (open, save as, new)
|
panda sweta
Greenhorn
Joined: Mar 22, 2005
Posts: 3
|
|
How to open a file dialog box (open, save as, new) ? I want to incorporate into web application.what is the javascript code 4 tht? in my webpage 3radio button options r there one is for excel,2nd one is for html n last one is for pdf.so when a user click on excel radio button and click on saveas button then a dilog box will open in tht the user can save the file in corresponding format also the user can crate new folder n save the file in tht format.i also want to retrieve the full physical path of a file after a user save a new file. will any body know plz help.i need this urgently with regards sweta
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
file save dialog is not triggered by JavaScript. It is normally trigger by the browser when it does not recognize the file format. Eric
|
 |
 |
|
|
subject: How to open a file dialog box (open, save as, new)
|
|
|