pcouderc has asked for the wisdom of the Perl Monks concerning the following question:

Is there somewhere a typical sequence to process an upload in perl ?
I find easyly php exemples for upload.php processor but not for perl.


Thanks, brave monks !
  • Comment on Typical sequence to upload file with HTML5 and perl

Replies are listed 'Best First'.
Re: Typical sequence to upload file with HTML5 and perl
by marto (Cardinal) on Sep 04, 2018 at 11:08 UTC

    If you are using Mojolicious check out Tutorial -> File uploads for a nice little example of creating the upload form and processing the file upload. Other frameworks have similar documentation.

Re: Typical sequence to upload file with HTML5 and perl
by hippo (Archbishop) on Sep 04, 2018 at 11:13 UTC
      Thank you much all. My mistake was that I was looking for something typical for HTML5, and supposed wrongly - and stupidly... - that CGI was not good for HTML5. I go in these ways. Thanks again.
Re: Typical sequence to upload file with HTML5 and perl
by thanos1983 (Parson) on Sep 04, 2018 at 11:02 UTC