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

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

android - Spacing between the stars of a rating bar? -

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -