Ah ha!!! Found it!
Open up your uu_default_config.pm file (in your CGI-BIN) directory:
Change max_upload from 20971520000 (which is 20GB in true bytes) to 104857600 (which is 100MB in true bytes). If you attempt to upload something bigger than 100MB, the upload progress will display an error about the maximum file size being exceeded.
Bookmarks