__uploader_instance_name__ = new BxDolUploaderHTML5('__engine__', '__storage_object__', '__uniq_id__', {
'multiple': __multiple__,
'content_id': '__content_id__',
'images_transcoder' : '__images_transcoder__',
'storage_private' : '__storage_private__',
'template_error_msg': '
{error}
',
'template_ghost': __template_ghost__,
'reordering': __is_init_reordering__,
'maxFilesize': __max_file_size__/1024.0/1024.0,
'acceptedFiles': __accepted_files__,
'resizeWidth': __resize_width__,
'resizeHeight': __resize_height__,
'resizeMethod': __resize_method__,
'dictDefaultMessage': '',
'dictFileTooBig': '',
'dictMaxFilesExceeded': '',
'dictInvalidFileType': '',
'on_upload_before': __on_upload_before__,
'on_upload': __on_upload__,
'on_restore_ghosts': __on_restore_ghosts__
});
__uploader_instance_name__.restoreGhosts(__is_init_reordering__);