Hi,
you probably have to copy the apache commons fileupload jar into your
application - available from apache org ...
Julien Martin wrote:
Hello,
I am trying to get "af:inputFile" to work. It does not upload any file
in the directory I specified here:
<context-param>
<!-- directory to store temporary files -->
<param-name>oracle.adf.view.faces.UPLOAD_TEMP_DIR</param-name>
<!-- Use an ADFUploads subdirectory of /tmp -->
<param-value>c:\tmp\</param-value>
</context-param>
I am trying to run the ADF sample jsp from "adf-faces-demo" from here:
"adf-faces-demo\components\inputFile.jspx"
Any help welcome,
Julien.