internet-explorer

Java Unzipping files from Internet Explorer shows 0 files, but works on other browsers

左心房为你撑大大i 提交于 2020-08-10 20:13:52
问题 I have an app where a file is uploaded through the browser, and java function that unzips and goes through each file. It all works on every browser except for internet explorer.. and it's quite hard to debug because I'm not getting an error, I'm just seeing that the function ZipInputStream zip = new ZipInputStream(file.getInputStream()); doesn't have any entries when I upload through IE, but it does in all other browsers. The size is just 0. What makes it even more confusing is that it

clip-path alternatives for Internet Explorer/Edge

心不动则不痛 提交于 2020-08-10 05:54:31
问题 I have a project that uses clip-paths to render a slant throughout the design. The scope of the project has changed and I now need to support IE/Edge, which do not support clip-paths. There is a common repeated design element where the clip-path is applied to an image/text component wrapper, and clips the bottom right corner (you can see this in the snippet below). I am not certain how to do this via other means so that it will work in IE/Edge. Is there another way of doing this that doesn't