Open gotroch opened 5 years ago
@gotroch That's weird, looking into it.
I'm on v75.0.3770.100 on a mac and I'm not seeing anything unusual
Having also a similar issue with chrome 76 on windows
I'm having exact same issue with Angular and custom file uploads via FormData
. I know this is a different framework, but I'm mentioning this hoping that it may sprout some ideas where to find a solution. Works well in FF, but Chrome's requests don't touch the server. I can even copy the failing request as cURL and when I run it from terminal it works fine then. This has been bugging me for quite some time.
Hello, Do we have any solution for this? I am stuck on this, couldn't find and solution yet. I am facing the same issue in electronjs, I am building win/mac app via electronjs, when I start the app intially drag & drop works fine but when I reload the app(cmd+r) then drag & drop stops working with "ERR_ACCESS_DENIED".
Protocol: file://
Do we have any updates on this? Stuck up on this issue for like 4 months :(
Quick help would be appreciated! TIA
Working fine but not in Chrome. Once I drop a file on the dropzone I get
POST http://mydomain.com/api/upload/ net::ERR_ACCESS_DENIED
. It looks like a browser problem. According logs the request doesn't touch the server. Anyone? Thank you.Chrome 75.0.3770.80 on Ubuntu, but it appears on Windows as well.
EDIT: The same error I get on the demo site https://rowanwins.github.io/vue-dropzone/docs/dist/index.html#/demo