Opened 5 years ago
Last modified 15 months ago
#175 new enhancement
Feature File Upload
| Reported by: | Bojan | Owned by: | moo |
|---|---|---|---|
| Priority: | minor | Milestone: | undecided |
| Component: | cacher | Version: | 1.2.1 |
| Keywords: | upload progress | Cc: | |
| Application: | PHP Version: | > 5.0 | |
| Other Exts: | SAPI: | Irrelevant | |
| Probability: | Blocked By: | ||
| Blocking: |
Description
It would be nice if xcache can have a feature to get information of
current file upload progress as APC has.
http://martinjansen.com/text/24092296/
This is not a bug , though could not find feture request page for xCache
thanks
Change History (2)
comment:1 Changed 5 years ago by moo
- Type changed from defect to enhancement
comment:2 Changed 15 months ago by moo
- Milestone changed from 1.3.3 to undecided
Note: See
TracTickets for help on using
tickets.


reason it was'nt, was because upload progress in php side is useless when the webserver handled it already, like lighttpd mod_upload_progress. and even if the webserver don't do it, there nothing php can do if webserver buffer all request data unless upload is sone.
well yes, it's not the case when you're using apache + mod_php, maybe we should make it into XCache