Re: Problems with FileUploadField

2008-04-25 Thread Rüdiger Schulz
, 2008 2:29 PM To: users@wicket.apache.org Subject: Re: Problems with FileUploadField really? are you using the XMLHttpRequest request to do a binary upload with a form post? everywhere on the internet they say that isnt possible johan On Tue, Apr 22, 2008 at 8

Re: Problems with FileUploadField

2008-04-24 Thread Cristi Manole
upload code had to be modified + was a bit buggy to begin with. Cheers, Michael -Original Message- From: Fabien D. [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 7:02 AM To: users@wicket.apache.org Subject: Re: Problems with FileUploadField My

RE: Problems with FileUploadField

2008-04-24 Thread Michael Mehrle
PROTECTED] Sent: Thursday, April 24, 2008 2:41 AM To: users@wicket.apache.org Subject: Re: Problems with FileUploadField I really don't think it can be done w/o an iframe. @Fabien - here's the (simple) code: http://www.dooriented.com/blog/2008/04/ Cristi Manole On Wed, Apr 23, 2008 at 5:39 PM

Re: Problems with FileUploadField

2008-04-23 Thread Fabien D.
Thank you, do you have exemple for manipuling this? Because I have a panel with a form, and I want to display a image when the file is changed in the FileUploadFiled Thank you in advance Cristi Manole wrote: The FileUploadField doesn't work with Ajax like that. You have to add an

Re: Problems with FileUploadField

2008-04-23 Thread Rüdiger Schulz
, 2008 2:29 PM To: users@wicket.apache.org Subject: Re: Problems with FileUploadField really? are you using the XMLHttpRequest request to do a binary upload with a form post? everywhere on the internet they say that isnt possible johan On Tue, Apr 22, 2008 at 8:05 PM, Michael Mehrle [EMAIL

Re: Problems with FileUploadField

2008-04-22 Thread Cristi Manole
The FileUploadField doesn't work with Ajax like that. You have to add an iframe and post to that. At least, I haven't managed to get it working with Ajax... Cristi Manole On Tue, Apr 22, 2008 at 3:04 PM, Fabien D. [EMAIL PROTECTED] wrote: Hi, I would like to add a behavior on my

Re: Problems with FileUploadField

2008-04-22 Thread Fabien D.
My researches show FileUploadField does not support ajax behavior So there is no wicket input, which permits to the user to browse his local disk? Thank you in advance. Fabien D. wrote: Hi, I would like to add a behavior on my FileUploadField But I can't get back the path of the

Re: Problems with FileUploadField

2008-04-22 Thread Rüdiger Schulz
FileUploads just can't be sent via Ajax. This is a limitation of Ajax or the current browsers if you might say so. It has nothing to do with Wicket. 2008/4/22, Fabien D. [EMAIL PROTECTED]: My researches show FileUploadField does not support ajax behavior So there is no wicket input,

RE: Problems with FileUploadField

2008-04-22 Thread Michael Mehrle
upload code had to be modified + was a bit buggy to begin with. Cheers, Michael -Original Message- From: Fabien D. [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 7:02 AM To: users@wicket.apache.org Subject: Re: Problems with FileUploadField My researches show FileUploadField

Re: Problems with FileUploadField

2008-04-22 Thread Cristi Manole
. [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 7:02 AM To: users@wicket.apache.org Subject: Re: Problems with FileUploadField My researches show FileUploadField does not support ajax behavior So there is no wicket input, which permits to the user to browse his local disk? Thank

Re: Problems with FileUploadField

2008-04-22 Thread Johan Compagner
with. Cheers, Michael -Original Message- From: Fabien D. [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 7:02 AM To: users@wicket.apache.org Subject: Re: Problems with FileUploadField My researches show FileUploadField does not support ajax behavior So there is no wicket

RE: Problems with FileUploadField

2008-04-22 Thread Michael Mehrle
-Original Message- From: Johan Compagner [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 2:29 PM To: users@wicket.apache.org Subject: Re: Problems with FileUploadField really? are you using the XMLHttpRequest request to do a binary upload with a form post? everywhere