FileUpload broken in Firefox 3.0.5

2009-01-09 Thread Steve Swinsburg
Hi all, Just testing an application I have written which works perfectly fine in Safari 3.2.1, but in Firefox 3.0.5 the FileUpload is failing. Some code: in form: //upload form component FileUploadField uploadField = new FileUploadField("picture"); form.add(uploadField); in onSubmit() of

Re: FileUpload broken in Firefox 3.0.5

2009-01-09 Thread Steve Swinsburg
I can confirm that the same code works on Firefox 3.0.4 - I just ran it up on the older version. So its definitely the 3.0.5 update which has the issue. Any ideas? cheers, Steve On 9 Jan 2009, at 13:36, Steve Swinsburg wrote: Hi all, Just testing an application I have written whic

Re: FileUpload broken in Firefox 3.0.5

2009-01-12 Thread Gohan
It seems like many Ajax features doesn't seem to work in Firefox 3.0.5 while they work in Internet Explorer for example. This is quite a big annoyance more me since I cannot use an Ajax features in my code. -- View this message in context: http://www.nabble.com/FileUpload-broken-in-Fi

Re: FileUpload broken in Firefox 3.0.5

2009-01-12 Thread Steve Swinsburg
This is quite a big annoyance more me since I cannot use an Ajax features in my code. -- View this message in context: http://www.nabble.com/FileUpload-broken-in-Firefox-3.0.5-tp21372466p21416052.html Sent from the Wicket - User mailing list a