XUpload - Customizing Post.cgi
Customizing Post.cgi
How can I wrap the post.cgi page in my web page template to make this page that returns after the upload look good...
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Content of post.cgi is not hard to understand.
You can add header part after line:
e.g.:
and can print footer part in the end of the program.
You can add header part after line:
Code: Select all
print"Content-type: text/html\n\n";
Code: Select all
print"<h1>Upload Results</h1>";