search for: fast_upload

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

2011 Jul 07
0
Question of uploading large file using carrierwave, uploadify and nginx upload module
...}); $(''#attachment_file'').uploadify({ buttonText: ''Select files'', uploader: ''/uploadify/uploadify.swf'', cancelImg: ''/uploadify/cancel.png'', multi: true, auto: false, script: ''/files/fast_upload'', onComplete: function(event, queueID, fileObj, response, data) { var dat = eval(''('' + response + '')''); $.getScript(dat.upload);}, onAllComplete: function(event, data) { alert(data.filesUploaded + '' files uploaded...