Hello,

I'm trying to figure out how to get a file uploaded using wicket without a
form.  That is, a flash piece is sending my wicket piece a file using the
HTTP POST method.  The post will have Content-Type of multipart/form-data,
Content-Disposition set to 'Filedata', a filename attribute, and the binary
contents of the file.

All the examples I've been able to find involve setting up a form with
Wicket, and the doing the upload via an onclick, but that obviously wouldn't
work in this case.

Can anyone help?  It would be greatly appreciated!

  John

Reply via email to