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
 [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: Thu Mar 28 14:01:29 2024 UTC