Hi Marek,

if you are loading data from and storing data to a webserver using loadComponentFromURL and storeAsURL which would internally just use http GET and http PUT why not just use query parameters inside the URL to transfer the additional information to the server eg. use URLs like this one

http://myfancyserver.fancy.org/myfancyapp/docs/fanydoc.odt?DoBackup=yes&ApprovalNeeded=no

I think OpenOffice.org and it´s UNO API would be able to handle such URLs in loadComponentFromURL and storeAsURL and it's usually very easy the extract those parameters on the server side.


Kind regards,
Bernd Eilers


Marek Szyda wrote:
Hi,

I'm using XComponentLoader.loadComponentFromURL and XStorable.storeAsURL
methods from UNO API to open and save odt documents on server. Everything
is working well, but now I need to send some additional information to
server.
Is there any possibility to add information to request that
loadComponentFromURL
or storeAsURL method does (preferable added to header)?

Regards,
Marek


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to