* @link http://www.tassos.gr * @copyright Copyright © 2020 Tassos Marinos All Rights Reserved * @license GNU GPLv3 or later */ defined('_JEXEC') or die('Restricted access'); extract($displayData); // Load dropzone library JHtml::script('com_convertforms/vendor/dropzone.js', ['relative' => true, 'version' => 'auto']); JHtml::script('com_convertforms/field_fileupload.js', ['relative' => true, 'version' => 'auto']); // Add language strings used by dropzone.js JText::script('COM_CONVERTFORMS_ERROR_WAIT_FILE_UPLOADS'); JText::script('COM_CONVERTFORMS_UPLOAD_FILETOOBIG'); JText::script('COM_CONVERTFORMS_UPLOAD_INVALID_FILE'); JText::script('COM_CONVERTFORMS_UPLOAD_FALLBACK_MESSAGE'); JText::script('COM_CONVERTFORMS_UPLOAD_RESPONSE_ERROR'); JText::script('COM_CONVERTFORMS_UPLOAD_CANCEL_UPLOAD'); JText::script('COM_CONVERTFORMS_UPLOAD_CANCEL_UPLOAD_CONFIRMATION'); JText::script('COM_CONVERTFORMS_UPLOAD_REMOVE_FILE'); JText::script('COM_CONVERTFORMS_UPLOAD_MAX_FILES_EXCEEDED'); ?>