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
Printable View
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
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.
and then delete it off the sever either right then or in 30 days. if that applies.
thanx
but how it can happen without asking about downloading from the client
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.
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.Quote:
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.
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.