--- loncom/homework/inputtags.pm 2015/04/21 16:03:37 1.335 +++ loncom/homework/inputtags.pm 2015/06/18 20:18:54 1.336 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.335 2015/04/21 16:03:37 raeburn Exp $ +# $Id: inputtags.pm,v 1.336 2015/06/18 20:18:54 musolffc Exp $ # # Copyright Michigan State University Board of Trustees # @@ -661,10 +661,12 @@ sub file_selector { $result .= $constraints.'
'; } if ($which eq 'uploadonly' || $which eq 'both') { - $result.=&mt('Submit a file: (only one file per submission)'). - '

'; - } + my $free_space = $maxfilesize * 1048576; + $result .= &mt('Submit a file: (only one file per submission)'). + '

'. + '
' + } if ( $which eq 'both') { $result.='
'.''.&mt('OR:').'
'; }