jQuery(document).ready(function($)
{
	$('.multi').MultiFile({
		accept: 'gz|rar|sit|sitx|tar|tgz|zip'
	});
});