-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:Rj48/hupl
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |