From 514c22a698cc44291990e78704bf27387f299ab6 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 19 Aug 2011 21:10:40 +0200 Subject: remove old upload snippets Signed-off-by: Florian Pritz --- application/views/file/client.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'application') diff --git a/application/views/file/client.php b/application/views/file/client.php index 8703d4aee..2c4491542 100644 --- a/application/views/file/client.php +++ b/application/views/file/client.php @@ -1,9 +1,5 @@

Shell:

-
->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)
 
-- cgit v1.2.3-24-g4f1b