Zend Framework: How to download file from mySql Blob field.
        Posted  
        
            by Awan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Awan
        
        
        
        Published on 2010-04-12T10:55:26Z
        Indexed on 
            2010/04/12
            13:13 UTC
        
        
        Read the original article
        Hit count: 294
        
I am uploading files(any type) in MySql tables's blob field. Now I am able to get binary data from that field and when I print it, it shows binary data in firbug console. But I want to download that file as it was uploaded.
How can I convert this binary data into orignal file? How to do it in zend?
Thanks
© Stack Overflow or respective owner