Custom Programming -- Contact Us

Perl cgi script for HTTP file upload and store into Mysql database

View files in this folder

Scenario : A perl cgi script that allows users to upload files to the server via their browser, but instead of putting the file on the server's filesystem, it is stored in a Mysql database (field type BLOB).

upload.cgi