Hi, if you mean using HTML form POSTs then yes, its pretty easy with commons FileUpload: http://commons.apache.org/fileupload/
You need to get access the the HTTP request object which you can pass to the mime multipart request class in FileUploads. From there you can iterate through the request parts, one of which will be your file. Hope that helps. Brad. On Thu, Jul 31, 2008 at 1:06 PM, deniak <[EMAIL PROTECTED]> wrote: > > Hi, > > Has anyone ever dealt with fileupload using cxf? > I mean send a file to the server and get it with cxf? > -- > View this message in context: > http://www.nabble.com/CXF-and-fileupload-tp18753132p18753132.html > Sent from the cxf-user mailing list archive at Nabble.com. > >
