Post Text to Server
Authentication is required for this page (or via: Links >> Authenticate)
There is no option to print the file contents ... log onto the server for that
Enter text in the text box and click 'Post'
The text in saved to /usr/lib/cgi-bin/d_ajaxPost.dat on the server
The purpose is to demonstrate an Ajax call to a CGI using the POST method
The CGI reads the text from stdin and save it the file
Internals
html file: /var/www.html/d_ajaxPost.html
data file: /usr/lib/cgi-bin/d_ajaxPost.dat
js file1: /var/www.html/d_ajaxPost.js
js file2: /var/www.html/common.js
css file1: /var/www/html/common.css
css file2: /var/www/html/d_ajaxPost.css
cgi file: /usr/lib/cgi-bin/s_ajaxPost.cgi
corner image: /var/www/html/cornerImage.png
background image: /var/www/html/background.jpg
CGI source code: C