From 2ca2d9eaea5767113d5becffe6e1d645ac9420a7 Mon Sep 17 00:00:00 2001 From: atomaka Date: Tue, 1 Nov 2011 20:09:11 -0400 Subject: [PATCH] Adding uploads directory. --- css/index.html | 1 + index.php | 6 +++--- js/index.html | 1 + uploads/index.html | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 uploads/index.html diff --git a/css/index.html b/css/index.html index e69de29..7673893 100644 --- a/css/index.html +++ b/css/index.html @@ -0,0 +1 @@ +Nothing here \ No newline at end of file diff --git a/index.php b/index.php index 6b38ed4..31f093b 100644 --- a/index.php +++ b/index.php @@ -25,14 +25,14 @@ maxfiles: 4, maxfilesize: 1, - uploadFinished:function(i, file, response, time) { + uploadFinished: function(i, file, response, time) { }, - beforeEach: function(file) { + beforeEach: function(file) { alert('temp attempting upload') ; }, - error: function(type, file) { + error: function(type, file) { switch(type) { case 'BrowserNotSupported': alert('temp no html5 drag and drop'); diff --git a/js/index.html b/js/index.html index e69de29..7673893 100644 --- a/js/index.html +++ b/js/index.html @@ -0,0 +1 @@ +Nothing here \ No newline at end of file diff --git a/uploads/index.html b/uploads/index.html new file mode 100644 index 0000000..7673893 --- /dev/null +++ b/uploads/index.html @@ -0,0 +1 @@ +Nothing here \ No newline at end of file