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
Post a Comment