diff options
| -rw-r--r-- | s3/upload.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/s3/upload.html b/s3/upload.html index 0e34357..6e3e9d3 100644 --- a/s3/upload.html +++ b/s3/upload.html @@ -1,9 +1,9 @@ <!doctype html> <html> - <head> - <title>S3 POST Upload Form</title> - </head> - <body> + <head> + <title>S3 POST Upload Form</title> + </head> + <body> <form action="http://zehimg-test.s3.amazonaws.com/" method="post" enctype="multipart/form-data"> <input type="text" name="key" value="testfile2.txt" /><br/> <input type="text" name="acl" value="public-read" /><br/> @@ -14,6 +14,5 @@ <input name="file" type="file" /> <input name="submit" value="Upload" type="submit" /> </form> - </body> - + </body> </html>
\ No newline at end of file |
