django image managment
        Posted  
        
            by 
                Andrey
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Andrey
        
        
        
        Published on 2011-06-21T13:57:33Z
        Indexed on 
            2011/06/21
            16:22 UTC
        
        
        Read the original article
        Hit count: 223
        
I'am new in django. In my project I'am working with images. I don't know how to organize the management of images.
I need to dynamically upload the pictures and resize them.
First question - what is the best way to dynamically upload images with progress bar and without flash? I found this and this, but I believe there is a better way.
Second question. I have to save one image in different sizes. I won't use these thumbnails on my pages, but another application will. Many clients could upload images at the same time. This means that I can not resize all the images at the same time. How should I organize this process?
Is there are a better ready-to-use solution for image management issue?
© Stack Overflow or respective owner