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

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?

Writing Cgi Script In Java

I trying to figure out how to write CGI scripts in Java. I followed this examples -> http://www.… Read more Writing Cgi Script In Java

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?

Jquery Elements Not Getting Passed To Perl Cgi

I have a html pg which has got two forms and upon submit its calling a perl script. But in the scri… Read more Jquery Elements Not Getting Passed To Perl Cgi

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

How Can I Send Error Message If User Doesn't Select A Radio Button Perl/cgi

Attempting to code my very first Perl/CGI script and have run into some areas I don't quite und… Read more How Can I Send Error Message If User Doesn't Select A Radio Button Perl/cgi