Re: plupload + django

2010-07-26 Thread Yuri Egorov
Igor, I am using plupload in one project. I don't have it in a pluggable app unfortunatelly, but can share my knowledge. Not sure that uploading images using _only_ in-memory files is the right way (for sure it depends on your project and your audience and your hardware etc). I am using only Tempo

plupload + django

2010-07-23 Thread Igor Rubinovich
Hello, Has anyone tried using plupload with django? On top of generally missing how to do it exactly (server side of course), I'm also curious about whether I can prevent storing files in the filesystem while uploading - i.e. use some in-memory files. I need it because I don't keep any images on