With WordPress, I'm using wp_editor to allow users to use the editor and media uploader. I'd like to avoid creating an auto-save of the post, but the problem is that attachments have no post_id to attach to until the post is saved.
I was wondering if there was a way to upload the media and then attach it to the new post after it has been saved.
Could I pass a temporary ID to the attachment to identify it when the post is saved? Or maybe grab the attachment ID after it's been uploaded?
Ideas appreciated!