Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/Context.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/Context.java	(revision 2861)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/Context.java	(revision 2862)
@@ -49,9 +49,11 @@
 		currentFolderStr = request.getParameter("CurrentFolder");
 		
-		// if this is a QuickUpload request, 'commandStr' and 'currentFolderStr'
-		// are empty
+		// if this is a QuickUpload request, 'commandStr', 'currentFolderStr'
+		// are empty and 'typeStr' maybe empty too
 		if (Utils.isEmpty(commandStr) && Utils.isEmpty(currentFolderStr)) {
 			commandStr = "QuickUpload";
 			currentFolderStr = "/";
+			if (Utils.isEmpty(typeStr))
+				typeStr = "File";
 		}
 		
