0

I'm creating a bit array from info gathered on my form, to be able to save and append it to a specific file on client side. I am able to prompt the user for them to save it, but I don't want to give them a choice of where to save the file. Is there anyway to force the save location, so all the user does it click a button and the file is appended to.

anthro
  • 1
  • 3

3 Answers3

3

You cant force location nor append to existing file client side.

Magnus
  • 43,221
  • 7
  • 76
  • 112
0

You can not do it there are many security concerns about it. Please follow below link

Read/write to file using jQuery

Community
  • 1
  • 1
Kamran Pervaiz
  • 1,781
  • 3
  • 19
  • 42
0

For these purposes you can use Silverlight. Here is a link that will explain to you what is Silverlight: Silverlight

Silverlight is easy to integrate with you ASP.NET application, so you should try it out if installing plug-in at the client side is an option.

Here is a link that will help you do your task with Silverlight:

Tutorial for opening and writing to files

Gorgi Rankovski
  • 2,273
  • 1
  • 23
  • 32