--- loncom/interface/lonmsgdisplay.pm 2019/08/11 15:15:39 1.188 +++ loncom/interface/lonmsgdisplay.pm 2019/08/12 14:38:21 1.189 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging display # -# $Id: lonmsgdisplay.pm,v 1.188 2019/08/11 15:15:39 raeburn Exp $ +# $Id: lonmsgdisplay.pm,v 1.189 2019/08/12 14:38:21 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3009,7 +3009,7 @@ sub sendoffmail { &Apache::lonnet::logthis('Failed to store To, Bcc and Cc recipients for '.$env{'user.name'}.':'.$env{'user.domain'}); } if ($env{'form.attachment'}) { - if (length($env{'form.attachment'})<131072) { + if (length($env{'form.attachment'}) <= 1048576) { $attachmenturl=&Apache::lonnet::userfileupload('attachment',undef,'feedback/'.$now); } else { $r->print('

'.&mt('Attachment not included - exceeded permitted length').'

');