File:
[LON-CAPA] /
loncom /
homework /
templates /
DropBox.problem.meta
Revision
1.6:
download - view:
text,
annotated -
select for diffs
Sun Nov 16 02:46:31 2008 UTC (16 years, 4 months ago) by
raeburn
Branches:
MAIN
CVS tags:
version_2_7_99_0,
HEAD
Bug 5719 Size limits for File Upload in Essay response.
- Max. cumulative size for submitted files applies to total for all files submitted to a particular essayresponse item. Default is 100 MB.
- In course context, &lonacc:get_posted_cgi() will now no longer add file contents to %env if size exceeds max. for item.
- Additional checks in essayresponse::file_submission() will assign award as "EXCESS_FILESIZE" if total of all files being submitted for sinle essayresponse item exceed max set via
PARM.
- Modification to $Apache::lonhomework::results{"resource.$part.$id.$which"} to now include a comma separated list of only those submitted files which passed both the filetype and size tests.
<creationdate>1138327352</creationdate>
<keywords>change,form,format,points,rounded</keywords>
<lastrevisiondate>1179944181</lastrevisiondate>
<mime>problem</mime>
<parameter part="0" name="uploadedfiletypes" type="string_fileext" default="doc,xls,ppt,png,jpg,jpeg,gif,txt,pdf,htm,html" display="Allowed File Extensions for Uploaded Files [Part: 0]"></parameter>
<parameter part="0" name="maxfilesize" type="float_pos" default="100.0" display="Max. Cumulative Size for Submitted Files [Part: 0]"></parameter>
<parameter part="0" id="upload" package="essayresponse"></parameter>
<parameter part="0" package="part"></parameter>
<partorder></partorder>
<stores part="0" name="awarded" type="float" display="Partial Credit Factor [Part: 0]"></stores>
<stores part="0" name="solved" type="string" display="Problem Status [Part: 0]"></stores>
<stores part="0" name="tries" type="int_zeropos" display="Number of Attempts [Part: 0]"></stores>
<title>Drop Box</title>
<category>Handgraded Problems</category>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>