Index: common.dev.js
===================================================================
--- common.dev.js	(revision 20805)
+++ common.dev.js	(working copy)
@@ -353,6 +353,15 @@
 				pageInput.val('1');
 		});
 	}
+	
+	if($("#import-upload-form #upload").length){
+	    $("#import-upload-form input:submit").attr("disabled","disabled");
+		$("#import-upload-form #upload").change(function(){
+		    if($(this).val().length > 0 ){
+				$("#import-upload-form input:submit").removeAttr("disabled");
+			}
+		});
+	}
 
 });
 
