Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

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?

How Do I Read A Text File By Putting Its Data In A Table Using Cgi In Perl?

The CGI to read the data from merch.txt works but how can I put this in a table? HTML File: Solutio… Read more How Do I Read A Text File By Putting Its Data In A Table Using Cgi In Perl?

Http Basic Authentication, Using Python

I want my users to go to a protected directory on my domain. Both .htaccess and .htpasswd are creat… Read more Http Basic Authentication, Using Python

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?

Steps In Order To Pass Data From Html Form To Perl Script

I have created a simple HTML, which contains the form below: Solution 1: When a web server receive… Read more Steps In Order To Pass Data From Html Form To Perl Script