Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] client to upload a file in Jetty 9

http://docs.oracle.com/javaee/7/tutorial/doc/servlets011.htm

Or apache commons fileupload if you 're stuck with servlet 3.0

It certainly works with jetty and it's not container -specific, so what exactly did you test?

On 31 Jul 2014 16:52, "Federico Fortini" <federico.fortini@xxxxxxxxx> wrote:
I'm developing a client to upload a file.
I need to upload a file with some parameters on a Jetty server.

All my test are failed and I haven't found any working example!

Does anyone explain me how to upload file?

thks.

Fede



_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Back to the top