Wednesday, September 16, 2009

SWFUpload and Java

SWFUpload is a great file upload technology. Here's a link to minimum server requirements for using it in a Java context.

Sept. 17, 2009 UPDATE: I've been looking into whether someone has come up with a solution to SWFUpload's cookie bug in a Java context - so far no luck. Apparently, appending ;jsessionid=XXX to the upload url used to work in an earlier SWFUpload version / Flash 9. Doesn't work for me. Also, I tried creating a Filter which returned a HttpServletWrappedRequest with an overwritten getCookies() method that would add the 'jessionid' request parameter (if provided) as a cookie. That didn't work either.