I have a somewhat similar query. I am uploading images from the frontend using wp_insert_attachment(), and I have already created a folder in the backend with the post title for which I am uploading images from the frontend. I want to upload the images from the frontend to the relative post folder that has already been created. Can you help me with this?