in reply to Writing data in chunks to a DB handle
Maybe write the incoming data into a temporary file then use MySQL's LOAD DATA to get the stuff from the file into your database.
By default, CGI.pm does write the uploaded data into a temporary file and returns a handle to that file. However I don't know a nice way to get the name of the temporary file, which you would need to pass to LOAD DATA.
|
|---|