Well, CXF supports MTOM and SwA. On Thu, Jul 31, 2008 at 8:34 AM, deniak <[EMAIL PROTECTED]> wrote:
> > Actually, i need to use a put method and I was wondering how cxf can handle > it > > > > Brad-77 wrote: > > > > 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. > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/CXF-and-fileupload-tp18753132p18753583.html > Sent from the cxf-user mailing list archive at Nabble.com. > >
