Hey Richard,

Is 45 seconds what you would expect for the total upload time or is
something waiting for nothing ?
If the progress bar is not getting any updates, then it must be because the
browser is somehow queuing the ajax requests for this behind the upload.

But it could also be vice-versa, that the upload is queued behind a long
polling request for the progress bar, and this times out (by default) after
about 50 seconds ? Does it work properly if you remove the progress bar ?

Regards,
koen


2013/2/19 Richard Freitag <frei...@wlt.ag>

> Hi All,****
>
> ** **
>
> The file upload on iOS 6 works. I first connect the ‘imageUploaded’ and
> ‘imageTooLarge’, then I connect the button click to WFileUpload::upload.
> Additionally, I am using a WProgressBar to track the file upload speed. The
> problem now is, that Safari on the iPad hangs for about 45 seconds (with
> its tiny loading indicator in the top bar) until the progress bar gets its
> first update. And then, everything happens in an instant.****
>
> I thought about using the WLoadingIndicator, but this does not seem to
> work. It’s definitely not a patience-issue this time. J Any other ideas?**
> **
>
> ** **
>
> Cheers,****
>
> Richard****
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to