T
ton
Hi,
I will let users open a file on my server. I want them to allow them to make
changes. How can these changes be saved on the server?
For the textbox I've defined a doubleclick event like
textbox1.Attributes("ondblclick") = "window.open('" & filename "')"
It opens the word or sql file, no problem.
But how can the file be saved on the server? Local Save is not a problem,
because the file save asks for a location locally. But that is not what I
want.
How can I do this
thanx
ton
I will let users open a file on my server. I want them to allow them to make
changes. How can these changes be saved on the server?
For the textbox I've defined a doubleclick event like
textbox1.Attributes("ondblclick") = "window.open('" & filename "')"
It opens the word or sql file, no problem.
But how can the file be saved on the server? Local Save is not a problem,
because the file save asks for a location locally. But that is not what I
want.
How can I do this
thanx
ton