Search results for "module:CGI::Upload"
CGI::Upload - CGI class for handling browser file uploads
This module has been written to provide a simple and secure manner by which to handle files uploaded in multipart/form-data requests through a web browser. The primary advantage which this module offers over existing modules is the single interface w...
SZABGAB/CGI-Upload-1.13 - 29 May 2023 17:06:28 UTC
CGI::Untaint::upload - receive a file upload
This CGI::Untaint handler receives a file from an upload field, returning its filename and contents. This may be used as a base class for validating that a file upload conforms to certain properties. It's important that you use "CGI->param" rather th...
SIMON/CGI-Untaint-upload-1.0 - 28 Oct 2003 17:26:39 UTC
OpenPlugin::Upload::CGI - CGI driver for the OpenPlugin::Upload plugin
ERIC/OpenPlugin-0.11
-
29 Aug 2003 03:04:25 UTC
CGI::Lite::Request::Upload - Upload objects for CGI::Lite
These objects are created automatically during the "parse" of the incoming request by CGI::Lite::Request, and shouldn't be instantiated directly....
RHUNDT/CGI-Lite-Request-0.06 - 11 Mar 2006 14:04:38 UTC
CGI::Apache2::Wrapper::Upload - uploads via libapreq2
This module is a mod_perl wrapper around the upload functionality of libapreq2, for use by CGI::Apache2::Wrapper. It is very similar to Apache2::Upload, but only provides the *tempname* method for accessing the contents of an uploaded file. It is not...
RKOBES/CGI-Apache2-Wrapper-0.215 - 19 Mar 2008 03:02:44 UTC
Egg::Request::Upload::CGI - File upload by CGI::Upload.
CGI::Upload It is a module to use the file upload function. This module is set up by Egg::Plugin::Request::Upload....
LUSHE/Egg-Release-3.14 - 29 May 2008 16:11:16 UTC
CGI::FileUpload - A module to upload file through CGI asynchrnously, know where the upload status and get back the file from a third parties on the server
An uploaded file is associated with a key (corresponding to a file in a server temp directory) When uploading is started the key is returned before the uploading completed, allowing further queries such as knowing is the upload is completed, uploaded...
ALEXMASS/CGI-FileUpload-0.03 - 29 Nov 2007 10:12:14 UTC
CGI::UploadEasy - Facilitate file uploads
"CGI::UploadEasy" is a wrapper around, and relies heavily on, CGI.pm. Its purpose is to provide a simple interface to the upload functionality of "CGI.pm". At creation of the "CGI::UploadEasy" object, the module saves one or more files from a file up...
GUNNAR/CGI-UploadEasy-1.00 - 01 Feb 2009 21:10:25 UTC
CGI::UploadEngine - File Upload Engine for Multi-App Web Server
The main design goal of CGI::UploadEngine (CGI::UE) has been to enable developers to use file upload select boxes in a regular HTML *form* without needing to handle *multi-part* forms (or making any number of rookie mistakes). This is accomplished by...
ROGERHALL/CGI-UploadEngine-0.93 - 28 Jun 2011 21:46:49 UTC
CGI::FileUpload::Manager - manipulating the list of CGI::FileUpload
brwose the working directory and build a list of CGI:FileUpload...
ALEXMASS/CGI-FileUpload-0.03 - 29 Nov 2007 10:12:14 UTC
CGI::Application::Plugin::AJAXUpload - Run mode to handle a file upload and return a JSON response
This module provides a customisable run mode that handles a file upload and responds with a JSON message like the following: {status: 'UPLOADED', image_url: '/img/uploads/666.png'} or on failure {status: 'The image was too big.'} This is specifically...
SILASMONK/CGI-Application-Plugin-AJAXUpload-v0.0.3 - 14 Oct 2010 09:53:03 UTC
CGI::Safe - Safe method of using CGI.pm. This is pretty much a two-line change for most CGI scripts.
If you've been working with CGI.pm for any length of time, you know that it allows uploads by default and does not have a maximum post size. Since it saves the uploads as a temp file, someone can simply upload enough data to fill up your hard drive t...
OVID/CGI-Safe-1.25 - 04 Oct 2005 21:54:33 UTC
CGI::Plus - Extra utilities for CGI
This module adds a few enhancements to CGI::Safe <http://search.cpan.org/~ovid/CGI-Safe/lib/CGI/Safe.pm>, which itself adds a few security-based enancements to CGI.pm <http://perldoc.perl.org/CGI.html>. The enhancement are almost entirely additions -...
MIKO/CGI-Plus-0.15 - 05 Jan 2015 01:11:46 UTC
CGI::Easy - simple and straightforward helpers to make CGI easy
This documentation is an overview of CGI::Easy::* modules. For detailed information about corner cases and available features you should consult corresponding module documentation: CGI::Easy::Request, CGI::Easy::Headers, CGI::Easy::Session. If you wa...
POWERMAN/CGI-Easy-v2.0.1 - 03 Apr 2018 15:51:18 UTC
CGI::WebIn - Perl extension for reading CGI form data
"use CGI::WebIn(1)" Reads all the CGI input and exports it to the caller module (like PHP does). "%IN, %GET, %POST and %COOKIES" %IN contains all the form data. %GET, %POST and %COOKIES holds GET, POST and Cookies variables respectively. "void SetCoo...
KOTEROV/CGI-WebIn-2.03 - 19 Oct 2006 08:53:54 UTC