Once user uploads a file attachment through Upload control on the form, where Orbeon keeps the temporary uploaded file (before storing it in database)? Does it store it on file system or in memory?
In the file system, in your temporary directory, as set by the java.io.tmpdir property. Then, files are automatically removed when the user's session expires.
Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet