Community Support for OpenDocMan (Deprecated)

Full Version: How can i upload .ISO Files
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all

I've fix all file_Size problem and now i'm not able to upload ISO Files...
I've tried to zip the ISO File and have the same Error: please upload a valid document...

Can someone help me?

config.php File:
Code:
'max_filesize' => '4037934691',
// List of allowed file types
$GLOBALS['allowedFileTypes'] = array('application/iso', 'application/zip', 'application/octet-stream', 'application/x-msdownload', 'application/exe', ' application/x-exe', 'application/dos-exe', 'vms/exe', 'application/x-winexe', 'application/msdos-windows', 'application/x-msdos-program', 'application/octetstream', 'image/gif', 'text/html', 'text/plain', 'application/pdf', 'application/x-pdf', 'application/x-lyx', 'application/msword', 'image/jpeg', 'image/pjpeg', 'image/png', 'application/msexcel', 'application/msaccess', 'text/richtxt', 'application/mspowerpoint', 'application/octet-stream', 'application/x-zip-compressed','image/tiff','image/tif','application/vnd.ms-powerpoint','application/vnd.ms-excel');
Has nobody a solution? :o
How can i upload a file larger then 2GB?

thanks in advance
Matthias