The problem I think is that you're trying to check the progress after it has
already been uploaded.
The php script that receives the file won't actually run until the file has
been completely uploaded (IIUC, php isn't executed until the web-server
recieves the full HTTP request, file and all). To get the progress, you'll
need a separate action polling the server for the upload status. I've never
tried it though, so hopefully someone who has, will chime in with some
further tips.

I've had a look at the docs, and there's a tiny note in the progressbar
adapter section to see  Zend_ProgressBar Standard Adapters. What it fails to
mention is that the chapter also explains a fair bit more about how the
whole thing works.

http://framework.zend.com/manual/en/zend.progressbar.introduction.html

Cheers,
David
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Progressive-upload-not-working-tp2252238p2257386.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to