django - send image back to http response without saving the image -


i want create preview image before actual form upload. have preview button user first @ photo before submitting it. once use clicks preview button, best way in django respond image without saving image?

thank you!

pass file-like such stringio httpresponse constructor contains image data.


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -