Demonstration of using CGI_LIB.pm in CGI script (multipart/form-data) HTTP File Upload.

Back To Index

I'm using uploader.cgi to show you how to use CGI_LIB.pm to get the submitted data. Especially the details of uploaded file.

New!!
Or you like to try file uploaded by you sent back to you?
If yes, please click here.

Input Type Value Input
Hidden <input type="hidden" name="hidden_type" value="hidden_value">
Text
Radio Button Yes No
Checkbox A B C
Select (Single)
Select (Multiple)
Text Area
Button (This value will not be submitted.)
File
Submit Button
( Press this button to see what the variables and their values are. )
( Press this button to view the file that you have uploaded. )


Back To Index