How to upload a file and display the upload progress in php

Source: Internet
Author: User
This article describes how to upload a file and display the upload progress in php. The example analyzes the php file transfer and transmission progress display skills, which is of great practical value, for more information about how to upload files in php and display the upload progress, see the following example. Share it with you for your reference. The details are as follows:

Remember to make the file bigger when you upload it. Otherwise, the file will be uploaded even if you haven't seen it yet, and the file to be uploaded should not be too large. if you want to upload the file to G, I tried it for 2 GB, and PHP couldn't stand it, I tested more than 300 M. remember to adjust the small php. ini parameter Ah "select file =" submit = "Get information" needs to be done in one breath ^

<? Php $ prefix = ini_get ('session. upload_progress.prefix'); $ name = ini_get ('session. upload_progress.name '); $ key = $ prefix. $ name; session_start (); if (isset ($ _ POST ['get _ info']) {$ logo = $ prefix. $ _ POST ['logo ']; exit (json_encode ($ _ SESSION [$ logo]);} elseif ($ _ POST) {echo 'script var finashed = true; script ';}?>

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.