A demonstration of using file upload from android to a Node.js server. Demonstrates uploading picture, video, audio files from android device to server. Also explains how to setup Node.js server for handling file uploads,providing secured TLS connection..
FileUpload-Demo-Android--Node.js is hosted in the following web site
https://github.com/smanikandan14/FileUpload-Demo-Android--Node.js
If you think the Android project FileUpload-Demo-Android--Node.js 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 FileUpload-Demo-Android--Node.js.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [mdpi, hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar httpclient-4.2.5.jar httpmime-4.2.5.jar |
Raw File Names | res\raw\ca.bks res\raw\client.p12 res\raw\iso.txt |
There are 7 image files in FileUpload-Demo-Android--Node.js. The names of the image files are listed as follows.
audio.png photo.png scrubber_control_disabled_holo.png scrubber_control_focused_holo.png scrubber_control_normal_holo.png scrubber_control_pressed_holo.png video.png
The following screenshort is generated from the image listed above.
FileUpload-Demo-Android--Node.js has the following Java source files.
com.mani.fileupload.AudioRecord.java com.mani.fileupload.MainActivity.java com.mani.fileupload.app.FileUploadApplication.java com.mani.fileupload.http.EasySSLSocketFactory.java com.mani.fileupload.http.EasyX509TrustManager .java com.mani.fileupload.http.IgnoreCertTrustManager.java com.mani.fileupload.util.NetworkConnectionUtil.java