How to upload an image to a custom post type

I am developing a plugin that has a custom post type. This post has a lot of meta data but I also need to attach some images to this post. What is the best way to upload an image that is related to my custom post type? I have seen some functions like media_handle_upload() and media_sideload_image() but I don’t know if they are the best solution and if so how to implement them in my code.
For the text fields I use this format