File Transfer tool File upload program all the source code

Source: Internet
Author: User
1.upfile.php file


File Upload



2.upload.php
Gets the current date information and joins it as a string
$datetime = getdate ();
$time = Implode ("", $datetime);
Construct file name
$filename = "uploadfiles/". $time. " ". $upfile _name;
$filename = "uploadfiles/". $upfile _name;
Physically store the file on the server
$copymes = Copy ($upfile, $filename);
if ($copymes) {
Print ("File Upload succeeded!")
n ");
Print ("File name: $upfile _name
n ");
Print ("uploaded file size: $upfile _size
n ");
}
else print ("File upload failed!")
n ");
if ($upfile _type== "image/gif") | | ($upfile _type== "Image/pjpeg"))
{
If the graphic file format is
echo "

echo $filename;
echo "' height=150 width=150 align=center border=0>";
}
?>
3. Please create a directory in the directory where the file is located uploadfiles.
"The copyright of this article is owned by the author and house Orso near net, if need to reprint, please specify the author and source"

The above describes the file Transfer tool file upload program all the source code, including the file transfer tool aspects of the content, I hope that the PHP tutorial interested in a friend helpful.

  • 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.