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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dannyniu at hotmail dot com
New email:
PHP Version: OS:

 

 [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 Apr 25 14:01:31 2024 UTC