php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #7463 File Upload Feature Request
Submitted: 2000-10-25 16:06 UTC Modified: 2001-08-28 05:08 UTC
From: pt98pjo at student dot hk-r dot se Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 4.0.0 OS: Debian Linux 2.2.17
Private report: No CVE-ID: None
 [2000-10-25 16:06 UTC] pt98pjo at student dot hk-r dot se
Hello,
I would like to see a feature in PHP, that solves a problem I currently only can solve by writing a CGI script in Perl, which I'd rather not do...
I understand that when uploading a file (POST request) from a form, the file is stored at a temporary location on the server. However, I want to read file data in small chunks, passing each chunk along to another server, i.e. "stream" the file data through my server. Is this anything that would be interesting to introduce in PHP, or is it already possible and I'm making a fool of myself? :-)
Btw, the key issue here is that I want to make it possible to send a file that is 1 Gb (or some other large value) in size to my server, that only has 200 Mb (less than the file size) of free space...

Best regards,
Per J?nsson

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-28 04:11 UTC] sander@php.net
Moved to 3367
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 16:01:28 2024 UTC