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

Thanks for your help. I use cgi.pm to upload the file. it is through a web from. How can I implement this nice sloution using perl ?
  • Comment on Re^2: perl cgi upload is being stopped by the server

Replies are listed 'Best First'.
Re^3: perl cgi upload is being stopped by the server
by Eliya (Vicar) on Aug 31, 2011 at 19:35 UTC

    The above sequence of actions can of course be done in Perl (in particular the server-side concatenation of the parts via a CGI script — the upload itself already works, as far as I've understood).

    If you should encounter problems while implementing a solution, post what you've written up until you got stuck, and we'll assist with trouble shooting.