1
0
Fork 0

Adding uploads directory.

This commit is contained in:
Andrew Tomaka 2011-11-01 20:09:11 -04:00
parent 633f8d927c
commit 2ca2d9eaea
4 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1 @@
Nothing here

View File

@ -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');

View File

@ -0,0 +1 @@
Nothing here

1
uploads/index.html Normal file
View File

@ -0,0 +1 @@
Nothing here