Hello everybody, I'm facing a problem that I think all of you know very well. I have to permit the upload of large files, my application interacts with an EJB module that persist the file. I'm currently using struts upload but in this way the file is keeping in memory in a form bean. With large files and many connections I could run out of memory.
Anyone knows a good workaround to avoid the upload in memory of large files? Thanks in advance. Alessio. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

