aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes window.open() is not working for file system files Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "window.open() is not working for file system files" Watch "window.open() is not working for file system files" New topic
Author

window.open() is not working for file system files

Prabhakar Rao
Ranch Hand

Joined: Aug 23, 2006
Posts: 40
One of the screen in my application has a browse button and a preview button.

browse button is normal html browse button and preview button is to open a new window with the file selected by browse button.

my script could not open the file in the new window however if the file is a downloaded one it is opening in the new window.

What could be the reason behind this behavior.

Please suggest some workaround for the same.

Thanks

Prabhakar
Prabhakar Rao
Ranch Hand

Joined: Aug 23, 2006
Posts: 40
I am attaching the code that I was trying to run.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35220
    
    7
This is fundamentally impossible, because JavaScript has no access to the client file system. Imagine the security implications of a web page that contains a script opening just any client file.
[ December 05, 2007: Message edited by: Ulf Dittmer ]

Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: window.open() is not working for file system files
 
Similar Threads
File Chooser Dialog box
How to upload a file on the click of a button.
Getting error to upload file
Open New Window
Opening a "Browse" window by Java Script