Re: specific file upload
- From: "Janwillem Borleffs" <jw@xxxxxxxxxxxxx>
- Date: Tue, 31 May 2005 00:09:15 +0200
Lukasz Szewczak wrote:
> I want to write a script in php which will be able to upload a file to
> server. I wanted to ask if it is possible to write an uploaded script
> which will be able to resume interrupted upload. Eg. I want to upload
> a file size of 4 MB, I sent 2MB on server, after the interruption of
> the upload I want to upload the same file but only these 2MB that
> remained.
>
While it is possible to receive part of a file through a normal file upload
and merge it with the remaining part afterwards, the file will still have to
be uploaded full size twice.
This is because PHP cannot control the client side and is unable to resume
the upload at a certain point.
JW
.
- References:
- specific file upload
- From: Lukasz Szewczak
- specific file upload
- Prev by Date: how to dynamically create member functions
- Next by Date: Re: Read/write Excel spread*** libraries
- Previous by thread: specific file upload
- Next by thread: Read/write Excel spread*** libraries
- Index(es):