Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Javascript
I need to write to a file.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="GArlington, post: 4957488"] Are you trying to read a file FROM clients computer? JS (pure) will not allow that for security reasons, otherwise ANY web site could read ANY private information on your HDD when you come to visit their site - think about it. Or are you trying to read a file from the web server? AJAX is one (of the) tool(s) that will allow you to do that, alt you can always use DOM method createElement("SCRIPT"), if your file is scriptable, or use an iFrame to read it, or ... There are to many methods to list. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Javascript
I need to write to a file.
Top