PDA

View Full Version : PHP max_file_size


smileyrecords
8-29-05, 10:06 AM
currenltly

the max_file_size in php.ini is set to 2mb!

how do i change that as i have no access to php.ini file!

i need to upload at least 10mb files thru my script!

tbonekkt
8-29-05, 10:07 AM
You can modify php.ini - see this tutorial: http://kb.powweb.com/questions/297/Using-a-Custom-php.ini

smileyrecords
8-29-05, 10:30 AM
thank you, got it working