Hi Koen,

 

45 seconds is definitely not what I expect from the file upload. I connect
via local Wifi and the image is about 1.2MB. I found a post on stackoverflow
where they describe that iOS 6 caches post requests
(http://stackoverflow.com/questions/12506897/is-safari-on-ios-6-caching-ajax
-results). There are a lot of hints how to prevent the caching, one of them
to add [pragma: no-cache] to the response headers. But apparently witty
already does that (at least when I break into WebRenderer::setCaching(.).

Next thing I tried was the file upload through the widgetgallery.wt example.
With and without progress bar I have the exact same result, it always takes
about 45-50 seconds until the file is actually uploaded.

So for now I am stuck and do not know how to convince iOS 6 to upload files
instantly.

 

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

Reply via email to