Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cgi

Handling Post Data Sent By Html Form In Cgi C

So, as I said a few days ago, I'm trying to make a login script using CGI-C on a Apache server.… Read more Handling Post Data Sent By Html Form In Cgi C

Want To Hide Cgi Rendered Html Text For Hostname When Username Text Column Is Empty

I have the current perl code in a .cgi file that we run on our server. This allows us to know which… Read more Want To Hide Cgi Rendered Html Text For Hostname When Username Text Column Is Empty

Why Is This Perl Cgi Script Failing To Upload Images Correctly?

I have this code: use CGI; use File::Basename; use Image::Magick; use Time::HiRes qw(ge… Read more Why Is This Perl Cgi Script Failing To Upload Images Correctly?

Include Javascript In Perl-cgi Generated Page

I was trying to add a java-script to a page which is generated on the fly. I tried this, but it see… Read more Include Javascript In Perl-cgi Generated Page

Working In Python Cgi With Form. Empty Input Error

I am trying to work with forms on python and I have 2 problems which I can't decide for a lot o… Read more Working In Python Cgi With Form. Empty Input Error

Dynamically Populate Drop Down Menu With Selection From Previous Drop Down Menu

I have a cgi script written in Python. There are two drop down menus and then a submit button. I… Read more Dynamically Populate Drop Down Menu With Selection From Previous Drop Down Menu

Is It Possible To Trigger File Download To A User's Browser?

Is it possible to force file download to user's browser (with the standard dialog prompt of cou… Read more Is It Possible To Trigger File Download To A User's Browser?