I'm developing a simple app with AngularJS, Spring Boot and JAX-RS, part of that app requirements is to post a product entity which must contain price, name and picture, so far I find only documentation and tutorials that show how to upload the file itself but not the entity.
I will upload the picture to aws s3, so if there is a way to send the picture outside the entity in the same post, that works fine for me.
That's it, any idea?