Hi,
What is the best way to recieve big files (potentially larger than the server RAM) sent by HTML-forms,to the database??
At the moment I have a JAVA/Servlet that buffer the incoming stream , about 100k a time, and flushes to file countinously. I'd like a similar solution for streaming directly to db.
Thanks / Björn
What is the best way to recieve big files (potentially larger than the server RAM) sent by HTML-forms,to the database??
At the moment I have a JAVA/Servlet that buffer the incoming stream , about 100k a time, and flushes to file countinously. I'd like a similar solution for streaming directly to db.
Thanks / Björn