Closed nivu closed 4 years ago
I'm not a python guy , but you can check the image uploader example at https://michelson.github.io/dante2/#/src-widgets
the server must response a json with the url of the uploaded image, and that's all. the format of the response has to be
{url: 'urlofuploadedimage'}
How to add image server in Django/flask?