--- loncom/publisher/lonupload.pm 2008/06/17 02:20:08 1.37 +++ loncom/publisher/lonupload.pm 2008/07/18 03:27:48 1.38 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # Handler to upload files into construction space # -# $Id: lonupload.pm,v 1.37 2008/06/17 02:20:08 raeburn Exp $ +# $Id: lonupload.pm,v 1.38 2008/07/18 03:27:48 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -453,7 +453,7 @@ in an html file. upfile_store() : Store contents of uploaded file into temporary space. Invoked by phaseone subroutine. -= item * +=item * check_extension() : Checks if filename extension is permitted and checks type of file - if html file, calls parser to check for embedded objects.