Ember Photo Upload RestAPI

I am using ember.js “edition”: “octane”. I am trying to upload image from ember through a RestAPI. I am also using Python Flask as my server(Back-end).

So, I am looking for a sample code of uploading file through restapi. Thank you.

likely this addon will be helpful: GitHub - adopted-ember-addons/ember-file-upload: HTML5 file uploads for Ember apps

If it doesn’t fit your needs you can always code your upload yourself - there isn’t much ember specific to that task - you can pretty much just use regular javascript.

You can also check http://emberobserver.com for other addons.

Otherwise, your question probably is too broad. What are the actual issues you are running into? It will be much easier for others to help.