I have some difficulties with OpenTBS. I use it to load a template and permit the user to modify this template and save it on the server after modification.
When i use $TBS->Show(OPENTBS_DOWNLOAD,$file_name)
it opens the file template but save it in a temp file (client side). But I would like to save it on the server instead.
If i use $TBS->Show(OPENTBS_FILE, $file_name)
the file will be saved on the server but the modifications will not.
How to save the file on the server and give the possibility to the user to modify it directly on the server?