Ini_Set
Ik heb een host die maar maximum 2 mb files laat uploaden (met php script wel).
nu wil ik dit verhogen met ini_set, ik deed het zo:
Maar dit werkt niet, doe ik iets verkeerd. Of hebben ze dat gebokt ?
nu wil ik dit verhogen met ini_set, ik deed het zo:
Maar dit werkt niet, doe ik iets verkeerd. Of hebben ze dat gebokt ?
Gesponsorde koppelingen:
die heeft de PHP_PERDIR flag, oftewel:
"Entry can be set in php.ini, .htaccess or httpd.conf"
dus: htaccess is u
"Entry can be set in php.ini, .htaccess or httpd.conf"
dus: htaccess is u
Gewijzigd op 20/02/2005 19:49:00 door Legolas
dus: htaccess is u --> als dat betekent dat ik het in .htaccess moet doen kan het niet :p.
Pff hoe kan ik dan mensen iets laten uploaden van 8Mb
Pff hoe kan ik dan mensen iets laten uploaden van 8Mb
hoezo kan dat niet?
<IfModule mod_php4.c>
upload_max_filesize 20M
php_value post_max_size 20M
</IfModule>
upload_max_filesize 20M
php_value post_max_size 20M
</IfModule>
"Entry can be set in php.ini, .htaccess or httpd.conf"
je zegt het zelf nog:
"Entry can be set in php.ini, .htaccess or httpd.conf"
je zegt het zelf nog:
"Entry can be set in php.ini, .htaccess or httpd.conf"
Ik heb het aan mijn webhost gezegd en ze will het verhogen. Maar ze wil niet de maximum execution time verhogen. dus het zou moeten worden upgeload in 30 seconden :(
Ik snap gewoon niet dat je geen .htaccess bestanden kan aanmaken...
ik kan wel .htaccess bestanden aanmaken
wrm kan de .htaccess oplossing dan niet :S, of is het "gelimiteerd", hoe limiteer je php en apache eigenlijk :P
Je zegt het zelf !!!
"Entry can be set in php.ini, .htaccess or httpd.conf"
"Entry can be set in php.ini, .htaccess or httpd.conf"
entry can be set in .htaccess en jij kan .htaccess bestanden aanmaken. Het kan dus WEL. Het kan alleen niet vanuit een script, maar wel vanuit .htaccess en die kan jij aanmaken. Wat begrijp ik niet :S.
oke ik dacht dat het cant be set was
oke :p
I have looked over your reply for the above issue. We're closer to uploading larger files, but still not quite there yet.
Here are my settings for mySQL -
upload_max_filesize = 200mb
post_max_size = 200mb
max_execution_time = 1800 seconds
max_input_time = 1800 seconds
max_allowed_packet = 20000mb
maximum IIS timeout = 99999 seconds
I have received this DLMan error message while trying to upload an 8mb mpe file (way below mySQL maximums) -
Entry failed!
Got a packet bigger than 'max_allowed_packet'
Thanks,
Here are my settings for mySQL -
upload_max_filesize = 200mb
post_max_size = 200mb
max_execution_time = 1800 seconds
max_input_time = 1800 seconds
max_allowed_packet = 20000mb
maximum IIS timeout = 99999 seconds
I have received this DLMan error message while trying to upload an 8mb mpe file (way below mySQL maximums) -
Entry failed!
Got a packet bigger than 'max_allowed_packet'
Thanks,
chinnarao:
I have looked over for the below issue. We're closer to uploading larger files, but still not quite there yet.
Here are my settings for mySQL -
upload_max_filesize = 200mb
post_max_size = 200mb
max_execution_time = 1800 seconds
max_input_time = 1800 seconds
max_allowed_packet = 20000mb
maximum IIS timeout = 99999 seconds
I have received this DLMan error message while trying to upload an 8mb mpe file (way below mySQL maximums) -
Entry failed!
Got a packet bigger than 'max_allowed_packet'
Thanks,
Chinna Rao
Here are my settings for mySQL -
upload_max_filesize = 200mb
post_max_size = 200mb
max_execution_time = 1800 seconds
max_input_time = 1800 seconds
max_allowed_packet = 20000mb
maximum IIS timeout = 99999 seconds
I have received this DLMan error message while trying to upload an 8mb mpe file (way below mySQL maximums) -
Entry failed!
Got a packet bigger than 'max_allowed_packet'
Thanks,
Chinna Rao
post_max_size - "8M" - PHP_INI_PERDIR
PHP_INI_PERDIR 2 Entry can be set in php.ini, .htaccess or httpd.conf
dus... je kan het niet veranderen in een script wel als je gewoon bij je php.ini kan
dus je ini_set kan niet werken!
http://nl2.php.net/ini_set
PHP_INI_PERDIR 2 Entry can be set in php.ini, .htaccess or httpd.conf
dus... je kan het niet veranderen in een script wel als je gewoon bij je php.ini kan
dus je ini_set kan niet werken!
http://nl2.php.net/ini_set



