Is there any way to allow failed uploads to resume with a Perl CGI script?
Posted
by cosgrove
on Stack Overflow
See other posts from Stack Overflow
or by cosgrove
Published on 2010-06-04T14:05:32Z
Indexed on
2010/06/05
21:32 UTC
Read the original article
Hit count: 160
The application is simple, an HTML form that posts to a Perl script. The problem is we sometimes have our customers upload very large files (gt 500mb) and their internet connections can be unreliable at times.
Is there any way to resume a failed transfer like in WinSCP or is this something that can't be done without support for it in the client?
© Stack Overflow or respective owner