jijo-paulose / gwtupload

Automatically exported from code.google.com/p/gwtupload
Other
0 stars 0 forks source link

Upload of small files hangs in Safari 5.1 with jsupload #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Upload small file (tried with 3108 bytes and 2 bytes)

What is the expected output? What do you see instead?
File should get uploaded nad UI update accordingly.
Instead, files is uploaded, but progress bar hangs at zero point forever.

What version of the product are you using? On what operating system?
jsupload-0.6.4-SNAPSHOT-NO_XS.zip from Issue 90 ( 
http://gwtupload.googlecode.com/issues/attachment?aid=900006000&name=jsupload-0.
6.4-SNAPSHOT-NO_XS.zip&token=ebdbabfee713227521cdc9757628c60e )
Mac OS X 10.6.8
Safari 5.1 (6534.50)

Please provide any additional information below.
jsupload settings:
        new jsu.Upload({
            containerId: "uploader",
            action: "/upload/bin/jsupload.cgi", 
            multiple: true, 
            auto: true,
            chooser: "anchor",    
            type: "basic"
        });

It works in Firefox 7/Mac OS and in Firefox 4.0.1/Win7 and IE7/Win7.

Original issue reported on code.google.com by DavidSk...@gmail.com on 28 Sep 2011 at 1:39

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r935.

Original comment by manuel.carrasco.m on 9 Nov 2011 at 7:16