upload from array

See all posts Reply

upload from array new!
by Mungiu, 14 years, 4 months ago
i use this class but now i need to upload a file from an array like this

 [media] => Array
        (
            [name] => Array
                (
                    [0] => arrow.jpg
                )
        
            [type] => Array
                (
                    [0] => image/jpeg
                )
        
            [tmp_name] => Array
                (
                    [0] => D:\php\tmp\php534.tmp
                )
        
            [error] => Array
                (
                    [0] => 0
                )
        
            [size] => Array
                (
                    [0] => 230700
                )
        
        )

it this posiblle?Reply
Re: upload from array new!
by Mungiu, 14 years, 4 months ago
sorry about this. i check faq and i see how.Reply