From:             [EMAIL PROTECTED]
Operating system: Mac
PHP version:      Irrelevant
PHP Bug Type:     Documentation problem
Bug description:  document file upload progress bar

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



-- 
Edit bug report at http://bugs.php.net/?id=41703&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41703&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41703&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41703&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41703&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41703&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41703&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41703&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41703&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41703&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41703&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41703&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41703&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41703&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41703&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41703&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41703&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41703&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41703&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41703&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41703&r=mysqlcfg

Reply via email to