본문 바로가기

Web/PHP

$_FILES

[name] => pw.gif
[type] => image/gif
[tmp_name] => /tmp/php8Lp1C6
[error] => 0
[size] => 549

Array
(
    [sUpload] => Array
        (
            [name] => Array
                (
                    [0] => ~
                    [1] => ~
                    [2] => ~
                )

            [type] => Array
                (
                    [0] => application/octet-stream
                    [1] => application/octet-stream
                    [2] => application/octet-stream
                )

            [tmp_name] => Array
                (
                    [0] => /tmp/phpUidnjP
                    [1] => /tmp/phpneH7jQ
                    [2] => /tmp/phpapdaXZ
                )

            [error] => Array
                (
                    [0] => 0
                    [1] => 0
                    [2] => 0
                )

            [size] => Array
                (
                    [0] => 179918
                    [1] => 179918
                    [2] => 179918
                )

        )

)

'Web > PHP' 카테고리의 다른 글

라인디비연동 js처리  (0) 2013.09.26
프레임사이트에서 refresh 했을 때 메인으로 돌아가는 문제  (0) 2013.09.26
이전글, 다음글  (0) 2013.09.26
파일 폴더 용량  (0) 2013.09.26
백분율 Percentage  (0) 2013.09.26