Re: Wicket FileUpload problem

2008-10-16 Thread Igor Vaynberg
put WicketSessionFilter over the servlet receiving the upload. -igor On Thu, Oct 16, 2008 at 7:06 AM, John Fehr <[EMAIL PROTECTED]> wrote: > Sorry, should have been more specific. I still need the wicket session > information, so I can process the file uploaded depending on which user is > logg

Re: Wicket FileUpload problem

2008-10-16 Thread John Fehr
Sorry, should have been more specific. I still need the wicket session information, so I can process the file uploaded depending on which user is logged in. Wicket generates the html for the page (based on the user logged in) that includes the flash that uploads the file. The wicket part that re

Re: Wicket FileUpload problem

2008-10-15 Thread Igor Vaynberg
setup a servlet to receive the post -igor On Wed, Oct 15, 2008 at 11:25 PM, John Fehr <[EMAIL PROTECTED]> wrote: > 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.

Wicket FileUpload problem

2008-10-15 Thread John Fehr
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 th