C
Chris
Hi,
In my webapplication (based on java) I can upload xsn-files. The files are
stored in a folder whcih I can
access via http. To fill out a form the server sends the xml-file to the
client. Before sending back
the xml, I replace the href-attribute with the url of the xsn-file (e.g.
http://myserver/templ/test.xsn)
To store the form I submit the content via http-post to my server.
My problem is, to determine the server location. Reading out the href from
the processing
instruction shows not the correct value. The value is the path to the file
during design time.
But I replaced the href-attribute on server-side ?
Can someone help ?
Thanks in advance,
Chris
In my webapplication (based on java) I can upload xsn-files. The files are
stored in a folder whcih I can
access via http. To fill out a form the server sends the xml-file to the
client. Before sending back
the xml, I replace the href-attribute with the url of the xsn-file (e.g.
http://myserver/templ/test.xsn)
To store the form I submit the content via http-post to my server.
My problem is, to determine the server location. Reading out the href from
the processing
instruction shows not the correct value. The value is the path to the file
during design time.
But I replaced the href-attribute on server-side ?
Can someone help ?
Thanks in advance,
Chris