note 71441 deleted from features.file-upload by felipe

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: nebileyimya at gmail dot com 

----

i never work all above code
and i try this work fine

 $file_name = $_FILES['file']['tmp_name'];
                    $localfile = file_get_contents($file_name);
                    $handle = fopen($_FILES['file']['name'],"w");
                    if(fwrite($handle,$localfile)>-1)
                    {
                    echo "done";
                    }
                    else
                    {
                    echo "error";
                    }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.