PDA

Click to See Complete Forum and Search --> : How can i Create XML File on Client system


loverchamps
May 17th, 2004, 11:07 AM
hi friends.

i wanna to create a xml file on client system. how it is possible. right now i am using writexml method of dataset to create xml file but i want to create it on the client machine.

plz help me
thanx

vipin

Memnoch1207
May 17th, 2004, 12:16 PM
You can't create a file on the clients machine.
You would need to create it on the server then have them download it to their machine.

Magiaus
May 17th, 2004, 02:44 PM
and then delete it off the sever either right then or in 30 days. if that applies.

loverchamps
May 19th, 2004, 08:29 AM
thanx

but how it can happen without asking about downloading from the client

Memnoch1207
May 19th, 2004, 08:36 AM
It can't, the client has to accept the file download first.

You can't forcibly download a file to the client. If that were possible, then it would also mean that files containing viruses could be forced onto your machine. It's just a security violation.

Would you want someone forcing a file download to your machine, if you didn't know what the file was or what it contained?

I didn't think so.

Magiaus
May 19th, 2004, 08:57 AM
I don't know some of the internet toolbars are pretty slick about getting on your system...... gotta have high security in the browser or they hop right on ie and screw up your entire system practicly. Damn Shell virus crap.

crptcblade
May 19th, 2004, 11:21 AM
Originally posted by Magiaus
I don't know some of the internet toolbars are pretty slick about getting on your system...... gotta have high security in the browser or they hop right on ie and screw up your entire system practicly. Damn Shell virus crap.

That's ActiveX, its a different beast all together.

Magiaus
May 19th, 2004, 01:58 PM
actually it's a shell extention, but yeah it's an activex too, and you have to do allot of bs to make one in vb.