Re: File upload progress bar

2012-01-27 Thread azatmar
PLease add in WicketApplication class in init() method getApplicationSettings().setUploadProgressUpdatesEnabled(true); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/File-upload-progress-bar-tp3255359p4331533.html Sent from the Users forum mailing list archive

Re: File upload progress bar

2011-02-12 Thread Valentin Avksentyev
I want clarify that the issue on Mac OS X is only with webkit browsers, I tested Safari and Chrome There is no issue when using Firefox, progress bar tracks progress correctly. Added an issue ticket https://issues.apache.org/jira/browse/WICKET-3443 -Valentin On Feb 4, 2011, at 10:17 AM, Pedro

RE: File upload progress bar

2011-02-06 Thread Schaaf van der, Haiko H (NSC)
februari 2011 14:18 Aan: users@wicket.apache.org Onderwerp: Re: File upload progress bar 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

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 testing on my own

Re: File upload progress bar

2011-02-04 Thread moèz ben rhouma
If the example doesn't work so I think the problem in your browser. Try to empty the cache, cookies, histories ... and tries again. 2011/2/2 Valentin Avksentyev v...@360works.com Hi I've been beating my head against the wall with this. I'm overriding newWebRequest in my Application class:

Re: File upload progress bar

2011-02-04 Thread James Carman
http://wicket.apache.org/start/quickstart.html On Fri, Feb 4, 2011 at 8:17 AM, Valentin Avksentyev v...@360works.com wrote: 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

Re: File upload progress bar

2011-02-04 Thread Pedro Santos
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 ja...@carmanconsulting.comwrote: http://wicket.apache.org/start/quickstart.html On Fri, Feb 4, 2011 at 8:17 AM, Valentin Avksentyev

Re: File upload progress bar

2011-02-03 Thread Valentin Avksentyev
No I'm testing on my own machine, with a 300Mb file, in fact Chrome gives me upload feedback, but nothing from the upload progress bar. Here is the code I'm using: I'm overriding newWebRequest in my Application class: @Override protected WebRequest newWebRequest(HttpServletRequest

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

Re: File upload progress bar

2011-02-02 Thread Michael O'Cleirigh
Hello, Have you looked at the wicket 1.4 examples here: http://wicketstuff.org/wicket14/upload (this is the source into the github mirror: https://github.com/apache/wicket/tree/wicket-1.4.x/wicket-examples) I tried both and they work to upload I'm not sure on the progress bar as I used a

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,

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't tried throttling my

Re: File upload progress bar

2011-02-02 Thread Timo Schmidt
On Wed 02.02.2011 23:49, Valentin Avksentyev wrote: 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