I think I got this solved.
To get the files to upload (and then subsequently show in the media library for the post) I needed to use:
form_layout=”post_media”
rather than:
form_layout=”post”
I’m wondering if there is a reason to use the latter option in some cases given that post_media creates a post and includes the files too?
I’m sure this has been asked elsewhere but is there any guidance on how to automatically add the uploaded file into the post rather than just in the media library?
Again, great plugin, glad I put the time into learning a bit more about it.