From 9e386b2622091e46b475f5e17108aa847a6be4cb Mon Sep 17 00:00:00 2001 From: s-ko Date: Wed, 15 Oct 2014 23:04:44 +0100 Subject: [PATCH] :memo: Added TODO --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a06bd90..93885d3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ Simple single-file PHP file upload (file share hosting) script. > :warning: **Security warning**: There is no limit on file size or file type. Please make sure that file permissions are set right so nobody can execute uploaded executables. Or exscape your desired directory! Please skip to server configuration for examples. +## TODO + +- [x] Delete files +- [x] Private files +- [x] Sort by age +- [ ] Auto-remove old files +- [ ] AJAX Uploader + ## Installation Just drop a PHP file in any directory. It will work straight away @@ -13,7 +21,6 @@ Just drop a PHP file in any directory. It will work straight away There are few options that you can change by editing the file itself: - - Directory to store uploaded files `uploaddir` => `'.'` @@ -65,7 +72,7 @@ There are few options that you can change by editing the file itself: This example will upload a file and copy URL to clipboard: ```bash - curl -F "file=@file.jpg" your-host/sharing/ | xclip -sel clip + curl -F "file[]=@file.jpg" strace.club | xclip -sel clip ``` ## Server configuration -- 2.39.5