# HG changeset patch # User Kim Alvefur # Date 1531950249 -7200 # Node ID 57332ea0c1c7beac4613d418148e3a11f919e139 # Parent 5c3f3f5a43774d1d14cfeb55f8e4fddf3809a24a mod_http_upload_external/README: Add Perl implementation by Holger to list diff -r 5c3f3f5a4377 -r 57332ea0c1c7 mod_http_upload_external/README.markdown --- a/mod_http_upload_external/README.markdown Wed Jul 18 15:57:13 2018 +0200 +++ b/mod_http_upload_external/README.markdown Wed Jul 18 23:44:09 2018 +0200 @@ -18,6 +18,7 @@ * [PHP implementation](https://hg.prosody.im/prosody-modules/raw-file/tip/mod_http_upload_external/share.php) * [Python3+Flask implementation](https://github.com/horazont/xmpp-http-upload) * [Go implementation, Prosody Filer](https://github.com/ThomasLeister/prosody-filer) +* [Perl implementation for nginx](https://github.com/weiss/ngx_http_upload) To implement your own service compatible with this module, check out the implementation notes below (and if you publish your implementation - let us know!).