Modern core method of uploading file in Perl -
i'm looking write script lets user upload image webpage, later use on website. per usual, can find examples involving cgi.pm. there core modules can use replacement?
the perl core distribution contains no modules writing web applications. think want based on plack::request , plack::request::upload (for example dancer2::core::request::upload).
Comments
Post a Comment