Re: UploadProgressBar does not work in Safari browser?

2010-08-16 Thread Wayne Pope
Does anyone know if any patches were submitted for this or does anyone know of some code that can work? We're finding more and more of our users are Chrome and Safari and its becoming a pain. I have tried looking at this but my javascript knowledge is beginner at best. thanks for any help or

Re: UploadProgressBar does not work in Safari browser?

2009-07-04 Thread Mathias Nilsson
After dealing with this for a long time I desided to make my own servlet and AJAX communication and that works. It seams to be a problem for Safari, Chrome to make a GET request to resources/classpath. I don't see anything other than that that messes up the UploadProgressBar to work in all

Re: UploadProgressBar does not work in Safari browser?

2009-07-03 Thread Mathias Nilsson
Sorry for bringing up and old thread but I got the exact same problem. Anyone got this working on safari, chrome and opera? I know that the UploadProgressBar uses it's own ajax request. Is it something in the source code? IE6 PC - Works IE7 PC - Works Firefox ( 3.5 ) PC - Works Google Crome (

Re: UploadProgressBar does not work in Safari browser?

2009-07-03 Thread Igor Vaynberg
patches are welcome -igor On Fri, Jul 3, 2009 at 6:12 AM, Mathias Nilssonwicket.program...@gmail.com wrote: Sorry for bringing up and old thread but I got the exact same problem. Anyone got this working on safari, chrome and opera? I know that the UploadProgressBar uses it's own ajax

Re: UploadProgressBar does not work in Safari browser?

2009-07-03 Thread Mathias Nilsson
I don't get it.. I have made a call to the javascript function here from progressbar but the UploadWebRequest always returns |0|0|0|0 for Opera, chrome . This simple javascript should be sufficient. In safari the updateProgressBar() is not called at all. var request = null; function

Re: UploadProgressBar does not work in Safari browser?

2009-07-03 Thread Mathias Nilsson
Ok, a obvious bug in the code. We need to call createTransport( url ) again in the setTimeout method. Still, there is the chrome and safari bug. -- View this message in context: http://www.nabble.com/UploadProgressBar-does-not-work-in-Safari-browser--tp21571997p24330296.html Sent from the