Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: perl cgi upload is being stopped by the server

by onelesd (Pilgrim)
on Aug 31, 2011 at 19:49 UTC ( [id://923490]=note: print w/replies, xml ) Need Help??


in reply to perl cgi upload is being stopped by the server

HTTP is not well-suited for large data transfers, although you can certainly do it.

Consider a different protocol usable from a browser such as WebDAV or FTP, or if you control the client use SFTP/SCP.

Another popular solution is to use Flash or a Java applet that uploads a file in chunks, and the server pieces it back together.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://923490]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (8)
As of 2024-03-28 09:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found