File upload progress bar

2011-02-02 Thread Valentin Avksentyev
Hi I've been beating my head against the wall with this. I'm overriding newWebRequest in my Application class: @Override protected WebRequest newWebRequest(HttpServletRequest servletRequest) { return new UploadWebRequest(servletRequest); } Here is the code in my upload panel c

Re: File upload progress bar

2011-02-02 Thread Valentin Avksentyev
The files get uploaded just fine in my app, but no progress is tracked. It's definitely hard to verify if the progress bar works in the example sites, with a limit of 100k, I haven't tried throttling my upload speed, I guess I should try that next. -Valentin On Feb 2, 2011, at 2:20 PM, Michae

Re: File upload progress bar

2011-02-02 Thread Valentin Avksentyev
Any suggestions? -Valentin On Feb 2, 2011, at 2:22 PM, Valentin Avksentyev wrote: > The files get uploaded just fine in my app, but no progress is tracked. > > It's definitely hard to verify if the progress bar works in the example > sites, with a limit of 100k, I haven'

Re: File upload progress bar

2011-02-03 Thread Valentin Avksentyev
rm.add(fileUploadField = new FileUploadField("fileInput")); uploadform.add(new UploadProgressBar("progress", uploadform)); uploadform.add( new UploadValidator(fileUploadField, prefix) ); add( uploadform ); On Feb 3, 2011, at 12:37 AM, Ti

Re: File upload progress bar

2011-02-04 Thread Valentin Avksentyev
So has anyone out there has been able to get the upload progress bar working? If so, please advise. I definitely don't mind putting together a quickstart, are there directions for that anywhere? -Valentin On Feb 3, 2011, at 10:18 AM, Valentin Avksentyev wrote: > No I'm test

Re: File upload progress bar

2011-02-12 Thread Valentin Avksentyev
Santos wrote: > Hi Valentin, your code looks good, please fill an ticket with an quickstar > reproducing the problem. > > On Fri, Feb 4, 2011 at 11:21 AM, James Carman > wrote: > >> http://wicket.apache.org/start/quickstart.html >> >> On Fri, Feb 4,