Anaa Framework - Chaining Request Demo
Send data to a script, and once executed, read the results from a file.
This demo shows how you can chain several Ajax requests. It makes use of a PHP
script as the POST demo page does.
Data are sent to the script that stores them into a text file, and then a second
request reads this file.
The goal is to deliver data to a program for performing some processing on them
and then to retrieve the results.
For security issue, the name of this data file must be defined on the server
and identified by the script.
In this demo, the text you will type below, is converted to uppercases and
displayed on this page.
Empty.
© Scriptol.com