Limit on uploaded files to 10 MB

11.11.2010 20:00
#1
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Limit on uploaded files to 10 MB

For example, to increase the limit on uploaded files to 10 MB:

Add the below to the relevant php.ini file (recommended, if you have access). Note that for some hosts this is a system-wide setting. However, for hosts running PHP as a CGI script with suexec (for example) you may be able to put these directives in a php.ini file in your Joomla root directory.
upload_max_filesize = 10M
post_max_size = 20M

Add the below to your .htaccess file in your Joomla root directory.
php_value upload_max_filesize 10M
php_value post_max_size 20M


 
02.03.2011 09:55
#2
maass
Joomshopping forum user no avatar
Name: Oliver
18.02.2011
Posts: 2
Aw: Limit on uploaded files to 10 MB

Hi,

i would like to set the Upload size up to 100 MB.

In my Joomla Directory i can´t find a php.ini or should i create one with these to lines in it?

And by the Way, very great Product, THX!!!

 
02.03.2011 11:02
#3
maass
Joomshopping forum user no avatar
Name: Oliver
18.02.2011
Posts: 2
Aw: Limit on uploaded files to 10 MB

I think, i´ve got it.

Have changed one line in uploadfile.class.php

/*set upload max file size (kb)*/
var $maxSizeFile = 0;


to

/*set upload max file size (kb)*/
var $maxSizeFile = 102400;



Last change: 02.03.2011 11:03
 
02.03.2011 20:49
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Aw: Limit on uploaded files to 10 MB

var $maxSizeFile = 0; - unlimite.

Change your PHP config.


Last change: 15.03.2011 15:03
 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.