Posted by: jcmarsalis
« on: July 09, 2024, 11:46:06 pm »Updated all instances to current ver. Seems to be working now... sending and executing batch file. Thanks
Thank you for using this forum as the technical support base for your device.
● You can format the text and attach screenshots, photos and RDS Spy records
● Faster reply: 50 % of questions are answered within 30 minutes
● You don't need to register (but registration is possible)
● The members represent a wide range of experts
● The resolution will be helpful to other users
● You'll be notified by email about new post
Thank you. I've implemented as you described. Will wait to see if they're getting information.
Before we implement direct solution, you can POST the text like as showed in following example:Code: [Select]saveto file:"d:\post.txt"
cmd "curl -k --data-urlencode varname@d:\post.txt https://server.com/input.php"
Enter such script into the Data Distribution box (Edit Connection - Connection Type: internal channel)
Modify the script:
varname is the variable name accepted by your webserver
d:\post.txt can be changed to any local file name in any existing path
https://server.com/input.php is the URL which accepts the POST request
The text coding is UTF-8 by default.
saveto file:"d:\post.txt"
cmd "curl -k --data-urlencode varname@d:\post.txt https://server.com/input.php"