php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #41703 document file upload progress bar
Submitted: 2007-06-15 16:14 UTC Modified: 2008-11-10 11:30 UTC
Votes:7
Avg. Score:3.7 ± 1.4
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:1 (50.0%)
From: philip@php.net Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Mac
Private report: No CVE-ID: None
 [2007-06-15 16:14 UTC] philip@php.net
Description:
------------
Document the file upload hooks [progress bar]. It would end up being seen here:

  http://php.net/features.file-upload

Likely in a new section... file-upload. (progress|hooks)?

Also a known method for use is through APC. The APC docs currently document the apc.rfc1867 related directives so file-upload.progress should refer to them, and vice versa. This is the preferred method for use at this time.

A nice example is here:

  http://progphp.com/progress.phps
  http://progphp.com/progress.php

Also, create a FAQ titled "How do I implement a file upload progress bar?" and this FAQ can also mention alternative tools and methods such as these:

  http://swfupload.mammon.se/
  http://www.pixeline.be/experiments/jqUploader/

There is also the following but it's only a proof of concept at this point:

  http://pecl.php.net/package/uploadprogress



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-10 11:30 UTC] vrana@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

"File upload progress bar can be implemented by apc.rfc1867."
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 13 00:01:31 2025 UTC