PHP program to upload binary files in text format_PHP tutorial

WBOY
Release: 2016-07-21 16:06:10
Original
794 people have browsed it

Now when some sites upload files, they will automatically add headers such as Content-type: image/gif in front of the file, causing the binary file to be damaged. Therefore, I wrote a PHP program that uploads binary files as text.
There are two files in total: index.php, action.php. Change the file name of the file to be uploaded to test, put it together with these two files, run index.php, select read, copy all the data read, also run this program on the remote server, Paste to input box, select Save. The binary file is uploaded.

index.php
----------------------------------------- ------------------- ;/title>





;
Image upload



< ;/table>



< ;form name="form" method="post" action="action.php" target="_blank">
                                                                                                   cols="80" rows="15">
                                                Save

Preview
;
                                                                                      RESET" value=" Cancel">
                                                                    🎜>

-------------------------------- --------------------------

action.php
------------- -----------------------------------------------




http://www.bkjia.com/PHPjc/315505.html

www.bkjia.com

true

http: //www.bkjia.com/PHPjc/315505.html

TechArticle

Now when some sites upload files, they will automatically add headers such as Content-type: image/gif in front of the file. , causing the binary file to be corrupted. Therefore, I wrote a program to upload binary files in text format...

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template