We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Upload CSV file and config php.ini[Solved] | Forum

Topic location: Forum home » Support » General Questions
Billy Pip
Billy Pip Oct 31 '14
Im trying to upload a CSV file but i see below error message about php.ini :

"The uploaded file exceeds the upload_max_filesize directive in php.ini"
How i fix it?

The Forum post is edited by ross Nov 3 '14
Michael
Michael Oct 31 '14
By default a server is normally set to 2M, you should increase this value, we have set ours to 10M

So look for upload_max_filesize in your php.ini file and edit the value

You will also need to increase post_max_filesize as well
Billy Pip
Billy Pip Nov 1 '14
I changed upload_max_filesize

But i can't find post_max_filesize in php.ini

Kurt
Kurt Nov 1 '14
I think Michael meant post_max_size
ross Team
ross Nov 2 '14
Billy have you resolved your issue? If not, it would be best to contact your hosting provider support team to assist you with that. 
Billy Pip
Billy Pip Nov 3 '14
resolved
ross Team
ross Nov 3 '14
Thanks for letting us know. I'm going to mark this thread as Solved.