https://bugs.documentfoundation.org/show_bug.cgi?id=154628

Robert Großkopf <rob...@familiegrosskopf.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|libreoffice-b...@lists.free |rob...@familiegrosskopf.de
                   |desktop.org                 |

--- Comment #2 from Robert Großkopf <rob...@familiegrosskopf.de> ---
Created attachment 187304
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187304&action=edit
Zip package contains a form, a *.php-file and two files for data

The form has different Button for sending data. Only button for 
Daten > Server > Get
is needed.
Submission → Server_Get → Action must be modified to your (local) web server.

The php file must be positioned in path for the (local) web server. 
Create a sub folder to this file called /data. Data should be writable for all
(or wwwrun).
The two files "Daten_einfach_formatiert.xml" and "Daten_einfach_formatiert.xsl"
should be copied in this folder. *.xml-file should be writable to all.

After sending data to the *.php-file you could have a look at apache2 log file:
There is more than one Server request. There is a way to get only one of this
request by setting 
IF ($_SERVER['REQUEST_METHOD'] == "HEAD")
because this method only appears once. But why do all the other requests
appear?
Have a look at the file *.xml file. Every time you send new data there will be
about 4 new entries.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to