Index: content/content-tool/tool/src/java/org/sakaiproject/content/tool/ResourcesHelperAction.java =================================================================== --- content/content-tool/tool/src/java/org/sakaiproject/content/tool/ResourcesHelperAction.java (revision 309841) +++ content/content-tool/tool/src/java/org/sakaiproject/content/tool/ResourcesHelperAction.java (working copy) @@ -1981,7 +1981,7 @@ String resourceGroup = toolSession.getAttribute("resources.request.create_wizard_collection_id").toString(); - if (!("undefined".equals(fullPath))) + if (!("undefined".equals(fullPath) || "".equals(fullPath))) { //Received a file that is inside an uploaded folder //Try to create a collection with this folder and to add the file inside it after