Part of the Ewon Tools

HTTPS Post Test Page

Through the following form, you can post a value and a file (max 500kb) in the same manner as Ewon does:

Server currently reading received commands:

Through the following form, you can post a value and a file (max 500kb) in the same manner as Ewon does:

The corresponding Ewon BASIC Script line is:

PUTHTTP "https://tools.Ewonsupport.biz","/post/post_example.php","postparam[]=MyFirstParam","file=[$dtEV $fnevents.txt]","POSTERROR"

Using this Script line, the Ewon can post several values (To post an additional value, add the string "&postparam[]=mySecondvalue" in the third argument) and a file. The source file can be an export bloc descriptor or a static file.

If you want to send data from Ewon through M2U, your Ewon must be connected on Talk2M and your account correctly configured (click here). In this case, the Script line becomes :

PUTHTTP "m2u.talk2m.com","/post/post_example.php","postparam[]=MyFirstParam","file=[$dtEV $fnevents.txt]","POSTERROR"

The PHP script used to treat these data on the server can be view here.