06-05-2012 12:06 PM
06-06-2012 04:35 AM
06-06-2012 04:49 AM
myfile = new XML(xmlfile);
currentvalue = myfile.elementtoget.toString();
06-06-2012 05:13 AM
public class JavaFileUpload extends DeclarativeWebScript{
protected Map<String, Object> executeImpl(WebScriptRequest req, Status status, Cache cache)
{
String content = null;
try {
content = req.getContent().getContent();
} catch (IOException e) {
e.printStackTrace();
}
Map<String, Object> model = new HashMap<String, Object>();
model.put("content:", content);
return model;
}
}
06-08-2012 02:50 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.