I’m building a site and testing it locally. For some reason I can’t get a file to upload using a PHP script. The script works perfectly on my server, just not on my Mac.
I thought it may be a permissions issue, so I opened Terminal and tried to chgrp the folder. I received “Invalid Argument.” I can chown and chmod no problem. I can’t chgrp, even using sudo or su.