%@ page import="java.util.*" %>
<%@ page import="com.ozesys.dosm.FieldInfo" %>
<%
// if (!sessionManager.keepAlive(credentials,getServletInfo())) {
%>
<%
// }
%>
<%
//Get the global appid. If it is null, then this is the 1st time we have
//hit the page - possibly come from the Search link. Otherwise we have selected a new
//storgae area to search from.
String appid = credentials.getGlobalAppID();
//System.out.println("upload.jsp: appid="+appid);
if(appid.equals("new")) {
%>
<%
}
//System.out.println("upload.jsp : last appid="+appid);
appUtils.setAppName(credentials.getAppName());
appUtils.setUserType(credentials);
%>