PDA

View Full Version : uploader problems...



chrisclick
March 30th, 2008, 11:16 PM
i have this uploader, and it will upload things under say 1 MB, but anything like 25MB it will not upload...

Please help!

CharlestheFish
March 30th, 2008, 11:26 PM
It's a PHP setting. If you have access to php.ini, you can change it there. Else: [d-php]ini_set[/d-php]().

chrisclick
March 31st, 2008, 12:58 PM
well, thats the strange thing. I'm running it on my PC as a localhost, and the max file upload limit is 600M

AH HA! cracked it! it was post_max_size :D

Templarian
March 31st, 2008, 01:44 PM
wow your using that one guys example. you should probably keep that limit in php as one could just change that value in the HTML.

chrisclick
March 31st, 2008, 04:33 PM
ive changed it in the php.ini file on strokemymouse, now for question two... WHY IS IT SOO SLOW!

chrisclick
March 31st, 2008, 04:39 PM
it just kicked the upload out after 4 min