PDA

View Full Version : Php?


maverick1236
04-01-2002, 09:48 AM
seems PHP limits people to small uploads no matter what script I use-any way around this?

Admin
04-01-2002, 09:55 AM
Yeah you need to change a configuration value called "post_max_size", and also "upload_max_filesize". Maybe even "max_execution_time" in case it takes a while to process the file.