Open ilothar opened 7 years ago
This is my parames : accept: [ { title: 'Images', extensions: 'gif,jpg,jpeg,bmp,png', mimeTypes: 'image/' }, { title: 'Video', extensions: 'avi,mp4,wmv,ogg,flv', mimeTypes: 'video/' }, { title: 'MS', extensions: 'ppt,pptx', mimeTypes: 'application/mspowerpoint,application/powerpoint,application/vnd.ms-powerpoint,application/x-mspowerpoint' } ],
Althougth,I write the parames ,but it does't work,just alert(“error:Don't support this file type”); Then I try to
accept:null,
However,does't work either,
so, I Need help
it can. this is a demo url :http://pan.baidu.com/s/1nvFrOrZ password:qaxs
This is my parames : accept: [ { title: 'Images', extensions: 'gif,jpg,jpeg,bmp,png', mimeTypes: 'image/' }, { title: 'Video', extensions: 'avi,mp4,wmv,ogg,flv', mimeTypes: 'video/' }, { title: 'MS', extensions: 'ppt,pptx', mimeTypes: 'application/mspowerpoint,application/powerpoint,application/vnd.ms-powerpoint,application/x-mspowerpoint' } ],
Althougth,I write the parames ,but it does't work,just alert(“error:Don't support this file type”); Then I try to
accept:null,
However,does't work either,
so, I Need help