A simple example for uploading alternative PHP files _ PHP Tutorial

Source: Internet
Author: User
Tags php file upload
A simple example of an Alternative PHP file upload. A simple example of an Alternative PHP file upload? $ Datafile_get_contents (D: workslogo.png?; ifififpfopen(test.png, wb); open a new file. if there is no such file, create a simple example for uploading an Alternative PHP file.

$ Data = file_get_contents ("D: \ works \ logo.png"); // original file path
$ Ifp = fopen(export Test.png "," wb "); // open a new file. If no file exists, create the file again.
Fwrite ($ ifp, $ data); // write the stream of the original file to the new file.
Fclose ($ ifp); // closes the file operation flow
?>

Although this is simple, it will overwrite the source file, and I feel that sometimes unexpected things may occur when using file functions ~

This article address: http://www.52blogger.com/archives/572 reproduced please retain

Why? $ Data = file_get_contents (D: \ works \ logo.png); // original file path $ ifp = fopen(test.png, wb); // open a new file, if there is no such thing...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.