Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sawankrr/Easy-File-Upload

Repository files navigation

Easy-File-Upload

Easy file upload in java

First of all five libraries you need to be import:

commons-fileupload-1.2.1.jar

commons-io-1.4.jar

GOJFileUpload-1.0.1.jar

javax.servlet.jar

org-apache-commons-codec.jar

After that we need to import package named : com.geekonjava.fileupload.FileUploading

GOJLibrary give you Two method one has three parameters :

UploadFile(String imagepath,ArrayList imagename,HttpRequest request)

imagepath- this is a field for set the uploading path.

imagename-this is a field for all images name by using ArrayList.

request-its not for programmer and not be changed.

and other has four parameters :

UploadFile(String imagepath,ArrayList dataname,ArrayList imagename,HttpRequest request)

imagepath- this is a field for set the uploading path.

dataname- this is a field for all textfield name by using ArrayList.

imagename-this is a field for all images name by using ArrayList.

request-its not for programmer and not be changed.

and other has four parameter :

For more details

About

Easy file upload in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published