Apache File Upload supports a stream API. (see http://commons.apache.org/fileupload/streaming.html) You should be able to use it with RestletFileUpload.
dave On Sun, Mar 8, 2009 at 10:41 AM, Matt Rutherford <[email protected]> wrote: > Hi. > > Is there a way to receive a file element from an html form without storing > it to disk? > > I will be storing the file directly into a DB so no need to have it on disk > anywhere. > > Would be nice to just stream bytes to the LargeObject.write() Postgres JDBC > method. > > Sorry if this is a silly question, I'm a (enthusiastic) beginner with this > stuff. Any guidance much appreciated. > > Thanks! > > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1298336

