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