chintan39 / wildblog

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

Jumploader ready signalization (1h) #188

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Refresh images or print a message on upload ready..
/**
 * Jumploader file status changed notification
 */
function uploaderStatusChanged( uploader) {
    if (uploader.getStatus() == uploader.STATUS_READY) {
        refresh();
    }
}

Original issue reported on code.google.com by horak.honza@gmail.com on 1 Jun 2011 at 6:55

GoogleCodeExporter commented 9 years ago
Jumploader doesn't work.. think out way how to debug it better...

Original comment by horak.honza@gmail.com on 1 Jun 2011 at 7:58

GoogleCodeExporter commented 9 years ago
Resize on client size is problematic...

Original comment by horak.honza@gmail.com on 3 Jun 2011 at 9:14

GoogleCodeExporter commented 9 years ago

Original comment by horak.honza@gmail.com on 3 Jun 2011 at 9:16