Sunday 8 November 2015

ADF : Upload Image to BLOB column

ADF : Upload Image to BLOB column



Upload Image ADF

1> af:form -> useUpload -> true (if you are using jsff, then you can add to the parent jspx)
2> AdminBean ->  declare UploadedFile file -> file assign to value of inputFile in UI.
3> AdminBean -> keep it in session scope
3> weblogic.xml -> Enable getRealPath() results for archived web apps -> check this option

https://www.youtube.com/watch?v=cDz9V_mxlPo

No comments:

Post a Comment