image upload error message

Permalink
I hve been trying to upload images to concrete5 but I keep getting this error:
An unknown error occurred while uploading the file. Please check that file uploads are enabled, and that your file does not exceed the size of the post_max_size or upload_max_file size variables.
I'm not sure why I'm getting it the file size is less then 1 MB. Any ideas?

 
tallacman replied on at Permalink Reply
tallacman
your files folder permissions may not be set properly.
tallacman replied on at Permalink Reply
tallacman
looks like they are supposed to be 775
black68gtx replied on at Permalink Reply
Where would I see the folder permission, to check and see if it is set at 775?
tallacman replied on at Permalink Reply
tallacman
your ftp client should have a get info button in on a remote server. Otherwise the finder should have that ability.
Mainio replied on at Permalink Reply
Mainio
This is a PHP settings issue. Solution e.g. here:
http://www.concrete5.org/community/forums/installation/solved-uploa...
Uranus replied on at Permalink Reply
Uranus
Make sure your folder permission is 755 and increase the size of post_max_size,upload_max_filesize of your server.
black68gtx replied on at Permalink Reply
Thanks for all of the help. I called Westhost and talked with a tech. I able to get him to login to concrete5 and we went through the problem. He was able to see what was going on and created a tmp_upload_folder (somewhere I'm sure where or what folder). But that was the fix for me.
He did create and edit the php.ini file.
Thanks again for the input