Welcome Guest, Not a member yet? Register   Sign In
Uploading .ISO files
#3

[eluser]vonshavingcream[/eluser]
yeah I already have that set with the iso in the string

Code:
$this->upload_config = array(
            'upload_path'   => $image_upload_folder,
            'allowed_types' => 'png|jpg|jpeg|bmp|tiff|zip|sit|pdf|iso',
            'max_size'      => 0,
            'remove_space'  => TRUE,
            'encrypt_name'  => TRUE,);


Messages In This Thread
Uploading .ISO files - by El Forum - 06-17-2013, 09:28 AM
Uploading .ISO files - by El Forum - 06-18-2013, 06:09 AM
Uploading .ISO files - by El Forum - 06-18-2013, 07:20 AM
Uploading .ISO files - by El Forum - 06-18-2013, 07:36 AM
Uploading .ISO files - by El Forum - 06-18-2013, 08:06 AM
Uploading .ISO files - by El Forum - 06-18-2013, 08:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB