Posted by Nicholas Sherlock on 11/15/04 11:27
nwheavyw8@gmail.com wrote:
> I am currently trying to write a simple PHP script that will split an
> uploading file up into 500kb "chunks", then read and concatenate them
> back together when accessed for download. I can't seem to be able to
> find a way to split the file purely in PHP while it is in the middle of
> uploading using the move_uploaded_file function.
The client would have to know how to send the file in chunks. AFAIK, no
browser can do it.
Cheers,
Nicholas Sherlock
[Back to original message]
|