macleo / android-volley-file-upload

Android File Upload Using Volley Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android File Upload Script using Volley

Android File Upload Using Volley Library

[image:device-2018-06-17-032532.png] #This screen-shot server side ,I using springboot ,look directory “server”, had put springboot source code in it.

#Thank u origin Author.

Clone this repository:

git clone https://github.com/huluhive/android-volley-file-upload.git

Go to the android-volley-file-upload directory

cd android-volley-file-upload

Change the ip address of the server:

One should change the ip address of the server in MainActivity point to your own server.

public static String BASE_URL = "http://ip-address:port/server/upload.php";

Now import the project in android studio and good luck.

About

Android File Upload Using Volley Library

License:MIT License


Languages

Language:Java 92.9%Language:PHP 6.0%Language:HTML 1.2%