hey guys i just spoke with my hosting company and they put the php.ini file in my root folder so i can upload larger files. But i still can not figure out where this file or files should go?
For some reason just having the ini file in my root folder didn't work. Probably something to do with my server configuration. I had to change the following lines to allow bigger file sizes. upload_max_filesize = 9M memory_limit = 60M //I'm not positive you have to allot this much
Comments
I had to change the following lines to allow bigger file sizes.
upload_max_filesize = 9M
memory_limit = 60M //I'm not positive you have to allot this much