Displaying 1 result from an estimated 1 matches for "filesupload".
Did you mean:
fileupload
2011 Jul 07
0
Question of uploading large file using carrierwave, uploadify and nginx upload module
...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 successfully!\nThe
average speed is '' + data.speed);
window.location = ''#{root_path}'';
},
});
$(''#attachment_submit'').click(function(event){
event.preventDefault();
$(''#attachment_fil...