--- loncom/interface/portfolio.pm 2007/05/02 01:33:50 1.179 +++ loncom/interface/portfolio.pm 2007/06/11 17:13:30 1.180 @@ -1,7 +1,7 @@ # The LearningOnline Network # portfolio browser # -# $Id: portfolio.pm,v 1.179 2007/05/02 01:33:50 albertel Exp $ +# $Id: portfolio.pm,v 1.180 2007/06/11 17:13:30 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1830,7 +1830,9 @@ sub upload { STATE $r->print("

Completed upload of the file. This file contained references to other files. You can upload these now:

"); - $r->print(&Apache::londocs::ask_for_embedded_content('/adm/portfolio',$state,\%allfiles,\%codebase,{'error_on_invalid_names' => 1})); + $r->print(&Apache::londocs::ask_for_embedded_content('/adm/portfolio',$state,\%allfiles,\%codebase, + {'error_on_invalid_names' => 1, + 'ignore_remote_references' => 1,})); $r->print('

Or '.&done('Return to directory listing',$url).'

'); } else { $r->print(&done(undef,$url));