The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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>