Forums

File type is not allowed

GreyHead 18 Sep, 2013
Hi dianascarrunz,

What setting do you have in the Upload Files action?

Bob
dianascarrunz 18 Sep, 2013
So I wasn't able to see an obvious place to edit upload setting in the Joomla interface but I was able to find my upload_files.php and the upload_file.ctp. Sorry, I'm a little new at this. 😀

Is this is what I should be looking for?

function load($clear){
		if($clear){
			$action_params = array(
				'files' => '',
				'array_fields' => '',
				'upload_path' => '',
				'forced_file_name' => '',
				'max_size' => '100',
				'min_size' => '0',
				'enabled' => 1,
				'safe_file_name' => 1,
				'max_error' => 'Sorry, Your uploaded file size exceeds the allowed limit.',
				'min_error' => 'Sorry, Your uploaded file size is less than the minimum limit.',
				'type_error' => 'Sorry, Your uploaded file type is not allowed.',
			);
		}
		return array('action_params' => $action_params);
	}
dianascarrunz 18 Sep, 2013
Thank You that looks like its exactly what I need.

Seems like I might have a bigger problem.

Attached is what I see when I try to access the Easy Wizard Form. 😢
GreyHead 18 Sep, 2013
Hi dianascarrunz,

It looks as though someone has used DreamWeaver (or some other editor) on the site and it has created some extra files or folders in the /administrator/components/com_chronoforms/form_widgets. Please remove them.

All that should be there is a multi_upload sub-folder and an index.html file.

Bob
Max_admin 14 May, 2014
Hi Daniele,

Please post a screenshot for your "File uploads" config, preferably in a new topic since the problem here is different!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.