#1 2003-04-21 10:58:20

William
Guest

http upload and max filesize for upload

Hi,
Do you know how to create a category using the web instead of FTP Program?
Do you know if I could adjust the maximum file size to 2000KB instead of 1000KB?
Thx
Pls reply to cychan81@hotmail.com

 

#2 2003-04-21 11:06:58

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13934

Re: http upload and max filesize for upload

Do you know how to create a category using the web instead of FTP Program?

it is not possible yet.

Do you know if I could adjust the maximum file size to 2000KB instead of 1000KB?

in ./admin/configuration.php (version 1.2), line 180, replace

Code:

if ( !ereg( "^[1-9][0-9]*$", $HTTP_POST_VARS['upload_maxfilesize'] ) || $HTTP_POST_VARS['upload_maxfilesize'] < 10 || $HTTP_POST_VARS['upload_maxfilesize'] > 1000 )

by

Code:

if ( !ereg( "^[1-9][0-9]*$", $HTTP_POST_VARS['upload_maxfilesize'] ) || $HTTP_POST_VARS['upload_maxfilesize'] < 10 || $HTTP_POST_VARS['upload_maxfilesize'] > 2000 )

Pls reply to cychan81@hotmail.com

no reply by mail, register to this forum and ask to be notified by mail if you want an answer by mail

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2025 · Contact