Http utility class for file uploading via HTTP-multipart-form for Android.
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.
The following table is the detailed list of HttpFileUpload.
Item | Value |
---|---|
Java File Count | 8 |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 1 |
jar files used | android-support-v4.jar android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
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