php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #59638 add support for file uploads from stream
Submitted: 2011-02-24 08:30 UTC Modified: 2012-04-04 11:00 UTC
From: datibbaw@php.net Assigned: mike (profile)
Status: Closed Package: pecl_http (PECL)
PHP Version: Irrelevant OS:
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.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: datibbaw@php.net
New email:
PHP Version: OS:

 

 [2011-02-24 08:30 UTC] datibbaw@php.net
Description:
------------
cURL has the ability to add form fields whose content is only 
available once the upload commences, using CURLFORM_STREAM

It would be interesting to make available a way to add file 
streams instead of file names when doing file uploads, e.g. 
files that are in the process of being downloaded themselves, 
saving the temporary storage required for them.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-04-04 11:00 UTC] mike@php.net
Available in v2.
 [2012-04-04 11:00 UTC] mike@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: mike
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 13:01:30 2024 UTC