Hi,
I have been working with blobs, reading and converting to images and uploading.
Using the tutorial from Timo, https://tompeez.wordpress.com/2014/12/13/handling-imagesfiles-in-adf-part-5/#comment-3563 , and some posts I have created, I was able to put all to work but now there is another problem, I have to present the picture before the user press Commit.
When I call these functions from apache library, commons.IO, jdeveloper doesn't recognize them:
File file = FileUtils.getFile(tempfile);
File tempdir = FileUtils.getTempDirectory();
I have the last version of apache.commons.IO which is 2.4
Can anyone help me?
Using jdev 11.1.1.7.1
Thk