the question is: how does the uploader send the upload? does it send the data as part of the form submit or in the background independently of the form data? since it can do things like pause/resume i am going to assume the latter which is why you are not seeing that data as part of the form submit. you still need that other servlet to receive the data. if my assumptions are incorrect feel free to create a quickstart so that we may investigate further.
-igor On Tue, Jan 27, 2009 at 8:17 AM, rmattler <[email protected]> wrote: > > List items = upload.parseRequest(request); > > items is still empty > > > > > try form.setmultipart(true) > > -igor > > > -- > View this message in context: > http://www.nabble.com/Getting-data-from-applet-tp21686123p21688568.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
