Semantic Search
Upload an ontology or data package
<%
if(status != null && status.equals("success"))
{
out.print("Your file was successfully uploaded with id " + docid + ". " +
"Click here to make this document publicly readable.");
}
else if(status == null)
{
//do nothing
}
else
{
out.print("Sorry, your file upload failed. Try logging in again.");
}
%>