• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to open a file dialog box (open, save as, new)

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
file save dialog is not triggered by JavaScript. It is normally trigger by the browser when it does not recognize the file format.

Eric
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic