upload tmp folder
        Posted  
        
            by ntan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ntan
        
        
        
        Published on 2010-05-29T06:27:08Z
        Indexed on 
            2010/05/29
            6:32 UTC
        
        
        Read the original article
        Hit count: 358
        
Hi,
when upload an image is stored in tmp folder, but because i am in shared hosting i can not change the upload_dir in php.ini.
Is it possible after image store in common tmp folder show it to user
<img src="path to tmp folder" />
(Which is the path to tmp folder)
Thanks
© Stack Overflow or respective owner