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
  • 4

3 Answers3

3

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

Magnus
  • 45,362
  • 8
  • 80
  • 118
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,861
  • 4
  • 22
  • 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,303
  • 1
  • 23
  • 32