I want to user from file upload in Java OFBiz but when i do the following error occur:
import java.io.FileOutPutStream;
import org.apache.commons.fileUpload;
and other io
, and apache packages bellow error occur:
Can not find symbol import java.io.FileOutPutStream Symbol: class FileOutPutStream
and another error
package org.apache.commons.fileupload does not exist.
I use eclipse , and the following is structure of path that code stored:
hot-deploy->my_project->src->file.java
for Java files
hot-deploy->my_project->widget->myScreens->fileUploadScreens.xml
'hot-deploy->my_project->widget->myForms->fileUploadForms.xml'
But their is no lib
folder inside WEB-INF