EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: wuyanbing on July 07, 2016, 08:41:53 PM



Title: filebox does not support accept property image/*
Post by: wuyanbing on July 07, 2016, 08:41:53 PM
I referenced the newest easyui.min.1.4.5.js,but it does not support filebox accept image/* property in ie8.only in chrome likely support select image files or the all files by adding the accept image/* propery.can anyone give me any idea?


Title: Re: filebox does not support accept property image/*
Post by: jarry on July 08, 2016, 03:23:34 AM
The 'accept' property is not supported in IE8.

http://www.w3schools.com/tags/att_input_accept.asp


Title: Re: filebox does not support accept property image/*
Post by: wuyanbing on July 10, 2016, 03:57:55 AM
The 'accept' property is not supported in IE8.

http://www.w3schools.com/tags/att_input_accept.asp

thank you very much.so if i want to implement this feature in IE8,i need to find another way by using other's jquery library.i find this:https://github.com/blueimp/jQuery-File-Upload.Or i can try extend the easyui filebox to support this. :)