Adding uploads directory.
This commit is contained in:
parent
633f8d927c
commit
2ca2d9eaea
4 changed files with 6 additions and 3 deletions
|
@ -0,0 +1 @@
|
||||||
|
Nothing here
|
|
@ -25,14 +25,14 @@
|
||||||
maxfiles: 4,
|
maxfiles: 4,
|
||||||
maxfilesize: 1,
|
maxfilesize: 1,
|
||||||
|
|
||||||
uploadFinished:function(i, file, response, time) {
|
uploadFinished: function(i, file, response, time) {
|
||||||
|
|
||||||
},
|
},
|
||||||
beforeEach: function(file) {
|
beforeEach: function(file) {
|
||||||
alert('temp attempting upload') ;
|
alert('temp attempting upload') ;
|
||||||
},
|
},
|
||||||
|
|
||||||
error: function(type, file) {
|
error: function(type, file) {
|
||||||
switch(type) {
|
switch(type) {
|
||||||
case 'BrowserNotSupported':
|
case 'BrowserNotSupported':
|
||||||
alert('temp no html5 drag and drop');
|
alert('temp no html5 drag and drop');
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Nothing here
|
1
uploads/index.html
Normal file
1
uploads/index.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Nothing here
|
Loading…
Reference in a new issue