search for: uploadify_submit

Displaying 1 result from an estimated 1 matches for "uploadify_submit".

2010 Sep 21
0
Upload form with uploadify jquery plugin
...: function(event, queueID, fileObj, response, data) { var data = eval(''('' + response + '')'');$.getScript(data.photo)}, onAllComplete : function(event, data){ $(''#uploadify_cancel'').hide(''blind''); $(''#uploadify_submit'').show(''blind''); }, onSelect: function(event, queueID, fileObj){ if (fileObj.size > <%= max_size %>) { alert(''The image'' + fileObj.name + '' is too large.'') return false; } }, scriptDa...