i would wrap the applet in a wicket component that would do the necessary
wiring

-igor


On 2/20/07, MadDog <[EMAIL PROTECTED]> wrote:


I'm working on an application where we need to upload files.  I've gotten
the
simple upload example via a form working just fine.  However in order to
enable drag and drop, we are using an applet to do the upload.  I'd like
to
get some advice on the best way to do this.

One way I can think of is to have some kind of non-showing form and have
the
applet fake out the http POST to upload to the form. (i.e., end up posting
to some kind of URL like this:

http://host:9000/app?wicket:interface=:0:content:upload:simpleUpload::IFormSubmitListener
).

However, this seems like a hack and seems like it would be brittle.

Is there a better way?  Is there some way we could create some kind of
generic "upload listener service" to just listen for uploads, separate
from
any specific form?

Thanks for any help you can give.

-MadDog


--
View this message in context:
http://www.nabble.com/Uploading-from-an-applet-tf3262636.html#a9068402
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to