After looking at size limitations in my php config (I made them huge just in case), I was able to confirm that in IE I am not able to upload certain images and files, but Chrome and Firefox seem to be able to fine.
There is no error code thrown, it just does not do anything after you select the file to upload.
We had image upload issues with IE before. Could you please test with the current version from the develop branch to make sure this isn’t something we’ve already fixed?
Using the dev tools on IE I was able to see the POST request get sent and accepted for filenames without dashes. Use dashes and no requests are generated.
Instead what I think it is, is that if you upload something then delete it, then try to reupload it it won’t work. If you change the name of the file it seems as if it will.
Hi, guys. I am facing quite the same issue with file upload in IE11. It’s strange but when I hit upload button first time and select file(s), nothing happens, no error message. But second time, if I will choose different files (if I select same files, nothing happens again), eveything is uploaded correctly and you can continue to upload more files (still not that one from first try) without problem. No problem with dashes or anything in file names. But if you leave page and go back, same problem occurs - first time nothing, second time different files can be uploaded. Still, that file(s) which you selected first time, cannot be uploaded, like they’re ‘locked’ or something.
Hope you will understand. Did anyone face this strange situation? More info - drag & drop upload works just fine.
I just got round to testing this and yes, I can confirm that there are issues. Some files are uploaded, some others are not, with or without dashes, so that can’t be the problem.
There is nothing in the network tab when this happens so it seems the request is not even sent.