kaito ked
kaito ked

Reputation: 175

Get browser history folder path in javascript

I have a code in javascript do creation for new image file on the client side, I am looking for pattern to save this file without suffering from permissions problems, so I decide to save it in the browser history folder, so I want a code telling me the browser history path.

any contribution will be appreciated

Thanks

Upvotes: 0

Views: 570

Answers (1)

Sarfraz
Sarfraz

Reputation: 382806

I am looking for pattern to save this file without suffering from permissions problems, so I decide to save it in the browser history folder

  • This is not hacking information site
  • Accessing client without permission is bad practice any way
  • This site does not provoke bad practices
  • The answer that you would get here is: You can't do that with JS

Upvotes: 1

Related Questions