sommersa / jpegcam

Automatically exported from code.google.com/p/jpegcam
GNU Lesser General Public License v3.0
0 stars 0 forks source link

onComplete not fired when upload is finished #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm in Django.
It's all ok on localhost but on production server the picture is saved 
correctly into the server folder but no return is sent to the client, no 
onComplete event is fired and the browser remains in attending response state 
from the server.
Is it possible that the response is sent to the flash camera object that is 
located on the server and it isn't on my machine? (this means that my browser 
and the flash object are on different ip)

Thanks in advance

Original issue reported on code.google.com by marco.ma...@gmail.com on 18 Nov 2010 at 11:28

GoogleCodeExporter commented 9 years ago
I am experiencing this as well. I do get some of the flash events, as 
flash_notify does get called for 'flashLoadComplete', but never for 'success'.

Is there any news on this? The issue is almost a year old. Many thanks!

Original comment by kasper.p...@gmail.com on 24 Oct 2011 at 8:20

GoogleCodeExporter commented 9 years ago
Hi,

I'm getting this problem. Only for IE 6 and SSL.

We're you able to fix it?

Original comment by sergiomontelobo on 17 Sep 2012 at 4:57

GoogleCodeExporter commented 9 years ago
Hi,

I am experiencing this problem too while using Symfony2.
If without the framework, the event was called successfully. So it must be 
something with the response header (mime-type).
I tried successfully using "text/plain" and "text/html".

Ihsan.

Original comment by ihsanfai...@gmail.com on 28 Feb 2013 at 3:14

GoogleCodeExporter commented 9 years ago
https://github.com/mattclements/jpegcam/pull/8

Original comment by ihsanfai...@gmail.com on 28 Feb 2013 at 4:17