[19:30]<ccwu> Hi, how can I upload a file using Helma NG? [22:15]<zumbrunn> hi ccwu [22:15]<zumbrunn> as things stand right now, I think you need to pick req.servletRequest apart [22:17]<zumbrunn> and get the input stream of the uploaded data [22:18]<zumbrunn> (and if you want to write the uploaded file to disk on the server, write it to a file output stream) [22:19]<zumbrunn> I can look for code where I did something like that, if that would help [22:26]<zumbrunn> I only found a place where I did it this way: http://helma.pastebin.com/f354d4440