Re: file transfer
>I use POST to transfer a file from my client to the server. It is
> working up to a limit. Trying to transfer a file of 60 MBytes fails
> with an error message of 3 which seems to mean "file partially
> transfered" ?!
<SNIP>
> Is there a way to have php a bit more talkative ?
Why do you want to send something so big via a http POST? Let us know -
there might be better ways to upload your file.
.
Relevant Pages
- Re: question refined - Copy file from client to server
... uploaded form - which is the stream. ... to a directory on the server, rather than load it into SQL. ... the user browsed to the file so your page could upload it. ... just manipulate the files on a client machine at will. ... (microsoft.public.dotnet.general) - Re: question refined - Copy file from client to server
... uploaded form - which is the stream. ... to a directory on the server, rather than load it into SQL. ... the user browsed to the file so your page could upload it. ... just manipulate the files on a client machine at will. ... (microsoft.public.dotnet.general) - Re: Send and recive files
... > I've created a submit form where the user can select a file to upload. ... > When the user press the button for submit the selected file, how my asp ... > How can i send file to the client? ... - When I have to send file from server to client, ... (microsoft.public.inetserver.asp.general) - Re: Uplink baud rate determination
... So the main idea of your algo is to get client's upload speed by uploading ... Server reconds amount of data being sent, ... Client finished upload and closes connection ... checking/determination the actual Internet uplink baud rate of the ... (microsoft.public.win32.programmer.networks) - Re: question refined - Copy file from client to server
... to a directory on the server, rather than load it into SQL. ... the user browsed to the file so your page could upload it. ... just manipulate the files on a client machine at will. ... (microsoft.public.dotnet.general) |
|