Skip to content
Snippets Groups Projects
Commit de7d2cd0 authored by Ned Batchelder's avatar Ned Batchelder
Browse files

Properly convert files from Webob to pure files.

Webob represents uploaded files as cgi.FieldStorage objects.  The
XModule code expects pure Python file objects.  Each FieldStorage object
is wrapped to present the proper file interface, with file names.

LMS-1492
parent 4ace4f98
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment