http://qs321.pair.com?node_id=796152


in reply to Insert BLOB into DB without using system memory, but using filehandle.

If you're dealing with files that big, why are you putting them in a database?
  1. Get an id from a database sequence,
  2. save the file using a file name based on the id, then
  3. save the id in the database.