Hi, First post to the group so please take it easy on me =)
I need to be able to allow a user (through the use of forms) to upload a binary into a mysql table. I have the table somewhat defined with "BLOB" column type and all. My question is if anyone has any samples of code on how to properly handle a POST form submition that contains a binary file. Then how to insert this data into Mysql through perl/DBI module. I have searched the archives as well as various other sources (including perldocs.org) with not much of a luck... Thanks, Vinnie
