function kRefreshFileList() {
	setTimeout(function() { document.getElementById('fileList').src=document.getElementById('fileList').src; },1000);
	}

function kErrorUploading() {
	alert('Errore di caricamento');
	}

