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
> 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 receives
> the
> file then processes the file depending on the user, and sends back an
> acknowledgement to the flash part along with information about how/where
> the
> file is stored.
>
> On Thu, Oct 16, 2008 at 1:35 AM, Igor Vaynberg <[EMAIL PROTECTED]
> >wrote:
>
> > 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.  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