Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Rj48/hupl
Browse files Browse the repository at this point in the history
  • Loading branch information
Rj48 committed May 5, 2016
2 parents bb0f356 + b65660b commit f47031e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Hupl
Short for Http UPLoad (imaginative, I know)

This is a simple Android app, that lets you upload files to a server via HTTP POST through the share menu.
You can configure whatever, and how many servers you want, and of course feel free to just use the preconfigured one(s).
Any webserver, that accepts a file via POST and spits out a link to the file afterwards should work.

For hosting your own server, please have a look at https://github.com/Rj48/single_php_filehost (or roll your own, it's not exactly rocketsurgery)


# Building
This repo contains an Android Studio (v2) project. You should be able to open it with that and just run/compile from there.

0 comments on commit f47031e

Please sign in to comment.