php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #77096 Document how PHP handle POST and PUT file uploads.
Submitted: 2018-11-03 06:59 UTC Modified: 2018-11-18 22:43 UTC
From: dannyniu at hotmail dot com Assigned: cmb (profile)
Status: No Feedback Package: Documentation problem
PHP Version: 7.2.11 OS: <none>
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
15 + 33 = ?
Subscribe to this entry?

 
 [2018-11-03 06:59 UTC] dannyniu at hotmail dot com
Description:
------------
1. Document the process in which PHP handles POST file uploads: 

* Does it receive the entire request first? 
* How does it chunk request body into files? 
* How does it populate the $_FILES variable? 

2. Document the process in which PHP handles PUT file uploads: 

* Does it receive the header first, and let the script read the request body? 
* Can it receive query string in $_GET variable? 



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-11-03 12:06 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2018-11-03 12:06 UTC] cmb@php.net
Isn't the existing documentation[1] sufficient?

[1] <http://php.net/manual/en/features.file-upload.php>
 [2018-11-18 22:43 UTC] cmb@php.net
-Status: Feedback +Status: No Feedback
 [2018-11-18 22:43 UTC] cmb@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC