From a46463da67d84b9a45803f2d2cdcf10a93db54c7 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 19 Oct 2010 20:54:30 +0200 Subject: fix XHTML errors Signed-off-by: Florian Pritz --- system/application/views/file/upload_form.php | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'system/application/views/file/upload_form.php') diff --git a/system/application/views/file/upload_form.php b/system/application/views/file/upload_form.php index 88fbb34ef..2835f46a9 100644 --- a/system/application/views/file/upload_form.php +++ b/system/application/views/file/upload_form.php @@ -1,14 +1,18 @@
- File: - +

+ File: + +


OR


-
- +

+
+ +



@@ -18,16 +22,15 @@

For shell uploading/pasting use:

-curl -n -F "content=<-"  < file      (not binary safe)
-cat file | curl -n -F "content=<-"   (not 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)
 

-

If you want to use authentication add the following to your ~/.netrc: +

If you want to use authentication add the following to your ~/.netrc:

 machine paste.xinu.at password my_secret_password
 
-


If you want to you can use this script to upload files, paste text or delete your uploads:

-- cgit v1.2.3-24-g4f1b