Common Gateway Interface — a standard for webservers to invoke commands to handle HTTP requests. (For computer-generated imagery, use the [graphics] tag instead.)

learn more… | top users | synonyms

4
votes
2answers
374 views

Bash CGI Upload File

I'm using the following Bash CGI to upload a file: ...
1
vote
1answer
246 views

Perl CGI script to respond to erroneous Base64 image requests

I often get lines like this in my Apache error log: File does not exist: /path/to/www/data:image/gif;base64,R0lGODlhBgAGAIAOAP/yH5BAEACAEALAAAAAAGGAYAAAIJhB0Xi5vOoFwFADs= Obviously, this is due ...