Android Open Source - Development utility HttpFileUpload






Project Summary

Http utility class for file uploading via HTTP-multipart-form for Android.

Web Site / Source Repository

HttpFileUpload is hosted in the following web site
https://github.com/uschmann/HttpFileUpload

If you think the Android project HttpFileUpload listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of HttpFileUpload.

ItemValue
Java File Count8
Target SDK Version18
Minimum SDK Version14
Activity Count1
jar files usedandroid-support-v4.jar
android-support-v4.jar
Required Permissionsandroid.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

HttpFileUpload has the following Java source files.

de.andreuschmann.android.httpUtilitys.GetRequest.java
de.andreuschmann.android.httpUtilitys.HttpErrorCodes.java
de.andreuschmann.android.httpUtilitys.HttpFileDownload.java
de.andreuschmann.android.httpUtilitys.HttpResponse.java
de.andreuschmann.android.httpUtilitys.fileUpload.HttpFileUpload.java
de.andreuschmann.httpUtilityexample.activitys.MainActivity.java
de.andreuschmann.httpUtilityexample.adapters.FileAdapter.java
de.andreuschmann.httpUtilityexample.dialogs.FileSelectDialog.java