Modification du controller

This commit is contained in:
Michael RICOIS 2012-02-01 16:47:09 +00:00
parent f6fa2fb57a
commit 77d9827278

View File

@ -56,7 +56,7 @@ $('form[name=sendfile]').ajaxForm({
});
function checkProgress() {
$.get('<?=$this->url(array('controller'=>'enrichissement', 'action'=>'fileprogress'))?>',
$.get('<?=$this->url(array('controller'=>'envoi', 'action'=>'fileprogress'))?>',
{key: $('#key').val()}, function(data) {
var percent = data.current/data.total*100;
$('#progressbar').reportprogress(percent);