It depends what you mean by I need to store that file in a MySQL database table.?
Although I agree with others that there is little or no benefit and many downsides to storing BLOBs in relational DBs.
Alternatively, look at the CGI::upload_hook() function that allows you to register a callback that will be called with successive chunks of the file as it is uploaded.
See the CGI docs for more.
In reply to Re: Writing data in chunks to a DB handle
by BrowserUk
in thread Writing data in chunks to a DB handle
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |