Hi guys, i can't upload anything above 2Mb's, wich is the preset in php.ini.
However i need to upload a 20Mb file.
So i put this in my code
ini_set('upload_max_filesize', '50M');
ini_set('post_max_size', '50M');
ini_set('memory_limit', '50M');
But it still doesnt upload anything above 2Mb, so i am guessing i missed something.......
I appriciate any help.
~Gabor