Uploading Image using Plone Rest Api

Problem
I am trying to use the Plone Rest Api to upload an image that is on my computer locally to a folder on my Plone site. I was wondering if anyone might have found any documentation that may be able to help, or have any knowledge or experience in helping to solve this problem, Much appreciated.

https://plonerestapi.readthedocs.io/en/latest/serialization.html#file-image-fields

Maybe a stupid question, but is there a reason for doing this with rest apiā€¦ if the image is on you local computer ?

Plone 5 has a (built in) way of batch uploading images if that is the reason.

Great! Thank you, I was actually looking into that, but i believe i had a misunderstanding prior. I was able to get it done