The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

matrixtool client upload - Upload a file to the media repository

SYNOPSIS

   $ matrixtool client -u @me:example.com upload avatar.png

DESCRIPTION

This command uploads a file to the media repository of a Matrix homeserver, printing the returned mxc:// URL.

Normally the MIME type must be supplied as a second argument, but in the common case of files whose names end in certain recognised file extensions, the MIME type can be automatically inferred for convenience.

The recognised extensions are

   .jpg, .jpeg     image/jpeg
   .png            image/png

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>