When you say you’re “having trouble uploading images” what do you mean? Are you getting an error? If so, what does the error message say?
Yeah I get a 400 error. They are pictures and one video.
This could be any number of things, potentially a permissions error with your hosting account, potentially an issue with file upload size in your PHP configuration, possibly other things.
Assuming you’re not running your own server, I would contact the support department at your web hosting company; they should be able to look into server error logs to figure out what’s going on.
It is probably due to ftp file permissions.
Hi,
You can try all these solutions one by one-
1-Change permissions on the upload folder to 777.
2- Increase upload_max_filesize in php.ini file.
3- Rename your function.php file and check .