Welcome Guest, Not a member yet? Register   Sign In
Multiple upload files with difference allowed file type
#2

[eluser]imn.codeartist[/eluser]
//Image Upload Config
$config['upload_path'] = '/path/to/upload/';
$config['allowed_types'] = 'gif|jpg|png|xsl|doc|txt|odb|odt|pdf|exe|ppt';
$config['max_size'] = '5120';
$config['remove_spaces'] = true;

This might help you for different file types


Messages In This Thread
Multiple upload files with difference allowed file type - by El Forum - 08-28-2009, 04:28 AM
Multiple upload files with difference allowed file type - by El Forum - 09-23-2009, 11:51 PM
Multiple upload files with difference allowed file type - by El Forum - 09-24-2009, 12:03 AM
Multiple upload files with difference allowed file type - by El Forum - 06-08-2010, 01:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB