How to File Convert to Blob? help me
870192Jul 21 2011 — edited Jul 29 2011Hey Guys...........
How to convert inputStream to blob ????
kit = new RTFEditorKit();
Document doc = kit.createDefaultDocument();
InputStream is = getUploadedFile().getInputStream();
DCIteratorBinding iterTemplate = ADFUtils.findIterator("TemplateVOIterator");
Row currentRow = iterTemplate.getCurrentRow();
String templateId = currentRow.getAttribute("Id").toString();
currentRow.setAttribute("TemplateFile", ????); in here Blob file....
"is" convert to blob ???
Regards Ninja,
Edited by: Ninja on Jul 21, 2011 7:04 PM
Edited by: Ninja on Jul 21, 2011 11:39 PM