sensenmercado / jpegcam

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

Uploading freeze and file not printed #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using Test.html
2. Capture image and upload.
3. Uploading appears...

What is the expected output? What do you see instead?
It should have saved the jpg file but instead it freezes in "Uploading...". 
File never appears.

What version of the product are you using? On what operating system?
jpegcam 1.0.9 in Chrome 15.0 and MacOSX 10.7.1

Please provide any additional information below.
Tried with a customized file imitating test.html following the instructions in 
the Wiki but still the same error. Also have changed the destination of the 
files but still the same issue.
CHMOD set to 777 and still not working.

Original issue reported on code.google.com by i...@lacalavera.cl on 31 Oct 2011 at 9:26

GoogleCodeExporter commented 8 years ago
Just spend six hours on it... solved it by removing req.contentType = 
"image/jpeg"; in the .as file. 

Original comment by xela...@gmail.com on 15 Mar 2012 at 5:27

GoogleCodeExporter commented 8 years ago
THANK YOU!  I spent many hours trying to debug this also and your fix worked!

I made a repo with this fix here and hopefully others will stumble across it: 
https://github.com/drewjoh/jpegcam

Original comment by drew...@gmail.com on 21 Jul 2012 at 2:38