users@jersey.java.net

File uploads through Jesery

From: Kevin Duffey <andjarnic_at_yahoo.com>
Date: Wed, 20 Aug 2008 20:20:39 -0700 (PDT)

I am curious if there is anyone on the list who has dealt with file uploads via a REST call. My project will have this need sooner than later and rather than try to reinvent the wheel, if anyone has already done this, and wouldn't mind posting there code/thoughts on this subject, I'd appreciate it very much. Primarily how do we attach a binary/text file to an xml body as part of a request, then parse it on the other side.

Thanks.