Can't see progress in progressBar from Safari

2008-05-22 Thread Steamus
I use standard Wicket ajax progress bar. The Wicket version is 1.3.3. It works excellent with IE6/7, Fox, Opera (little conflict with Date picker), but doesn’t work with Safari (3.1.1). I can see title ‘upload starting…’ only. No bar from left to right, no percentage... I checked the example

Re: Can't see progress in progressBar from Safari

2008-05-22 Thread Martijn Dashorst
I ran into the same problem: http://www.nabble.com/UploadProgress-in-1.3.3---does-it-work--to17372890.html Martijn On Thu, May 22, 2008 at 6:11 PM, Steamus [EMAIL PROTECTED] wrote: I use standard Wicket ajax progress bar. The Wicket version is 1.3.3. It works excellent with IE6/7, Fox, Opera

Re: Can't see progress in progressBar

2008-04-24 Thread adrienleroy
if you look at the wicket extension javadoc you will find the explanation : in your class extending the WebApplication class you have to override the newWebRequest method @Override protected WebRequest newWebRequest(HttpServletRequest servletRequest) { return new

Re: Can't see progress in progressBar

2008-04-24 Thread liny
igor.vaynberg wrote: did you try uploading a reasonably big file ( a few MB ) so the upload takes more then a few seconds? -igor Hi~ I wrote my own file upload web page based on upload - Single file upload. in wicket-examples-1.3.3 and upload 3MB, even 22MB file. But still can't see

Re: Can't see progress in progressBar

2008-04-24 Thread Igor Vaynberg
make sure you use UploadWebRequest in your application subclass, see its javadoc for details. -igor On Thu, Apr 24, 2008 at 6:54 PM, liny [EMAIL PROTECTED] wrote: igor.vaynberg wrote: did you try uploading a reasonably big file ( a few MB ) so the upload takes more then a few

Re: Can't see progress in progressBar

2008-04-24 Thread liny
adrienleroy wrote: if you look at the wicket extension javadoc you will find the explanation : in your class extending the WebApplication class you have to override the newWebRequest method @Override protected WebRequest newWebRequest(HttpServletRequest servletRequest) {

Can't see progress in progressBar

2008-04-23 Thread liny
Hi~ I run the upload - Single file upload. in wicket-examples-1.3.3 and found that I could not see a progress running. I mean I want to see, for example, percentage or how many bytes uploaded or a bar running from left to right. Hope you know what I am saying. So anyone can tell me why I can't

Re: Can't see progress in progressBar

2008-04-23 Thread Igor Vaynberg
did you try uploading a reasonably big file ( a few MB ) so the upload takes more then a few seconds? -igor On Wed, Apr 23, 2008 at 7:37 PM, liny [EMAIL PROTECTED] wrote: Hi~ I run the upload - Single file upload. in wicket-examples-1.3.3 and found that I could not see a progress