Home › Forums › General Issues › Images not uploading › Reply To: Images not uploading
Hi @jimbolgs,
Thanks for the post.
This might be a server or permission issue and I would recommend you review the user permissions that you have defined for the current user to check if uploading files is allowed.
To add the first image as the featured image will require some additional code. You can hook into the acf/update_value action and add the following call:
add_post_meta($post_id, '_thumbnail_id', $attachment_id);
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.