Modification du controller
This commit is contained in:
parent
f6fa2fb57a
commit
77d9827278
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user