From b6b8a6587c399bfd89e13e92ce04ee8486688e6e Mon Sep 17 00:00:00 2001
From: Florian Pritz Shell: Client: Development (git): http://git.server-speed.net/users/flo/fb/ Pasting text directly has been disabled due to extensive bot problems. Please use the file upload instead. OR
@@ -13,7 +15,8 @@
-curl -n -F "content=<-" < file (not binary safe)
-cat file | curl -n -F "content=<-" (not binary safe)
-curl -n -F "file=@/home/user/foo" (binary safe)
+
+>curl -n -F "content=<-" < file (not binary safe)
+cat file | curl -n -F "content=<-" (not binary safe)
+
+curl -n -F "file=@/home/user/foo" (binary safe)
+cat file | curl -n -F "file=@-;filename=stdin" (binary safe)
diff --git a/system/application/views/file/upload_form.php b/system/application/views/file/upload_form.php
index 0f90bab0e..4b23783dd 100644
--- a/system/application/views/file/upload_form.php
+++ b/system/application/views/file/upload_form.php
@@ -5,7 +5,9 @@
Optional password (for deletion):
-