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.
Asked
Active
Viewed 1,151 times
3 Answers
3
You cant force location nor append to existing file client side.

Magnus
- 45,362
- 8
- 80
- 118
-
Thanks, I had a feeling that would be the case. – anthro Apr 30 '12 at 12:58
0
You can not do it there are many security concerns about it. Please follow below link

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:

Gorgi Rankovski
- 2,303
- 1
- 23
- 32