Closed GoogleCodeExporter closed 9 years ago
Try setting up uploadify (calling it) in a SimpleModal onShow callback.
$('#imgdialog').modal({
onShow: function (dialog) {
$("#uploadify", dialog.data[0]).uploadify({
'uploader' : 'images/temp/uploadify.swf',
'script' : 'img_upload.aspx',
'auto' : true,
'multi' : false,
'fileDesc' : "image files",
'fileExt' : "*.jpg;*.png;*.jpeg;*.gif",
'cancelImg' : 'images/cancel.png',
'sizeLimit' : "2000000",
'height' : '25',
'width' : '91'
});
}
});
Original comment by emartin24
on 23 Feb 2010 at 4:08
Original issue reported on code.google.com by
380280...@qq.com
on 22 Nov 2009 at 5:52