vue-dropzone icon indicating copy to clipboard operation
vue-dropzone copied to clipboard

File upload fails in Chrome with net::ERR_ACCESS_DENIED

Open gotroch opened this issue 6 years ago • 6 comments

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

gotroch avatar Jun 16 '19 14:06 gotroch

@gotroch That's weird, looking into it.

vrajroham avatar Jul 01 '19 09:07 vrajroham

I'm on v75.0.3770.100 on a mac and I'm not seeing anything unusual

rowanwins avatar Jul 01 '19 23:07 rowanwins

Having also a similar issue with chrome 76 on windows

saintedlama avatar Aug 28 '19 08:08 saintedlama

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.

lukaszbachman avatar Jan 27 '20 19:01 lukaszbachman

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://

mohammedshoib avatar Nov 26 '20 10:11 mohammedshoib

Do we have any updates on this? Stuck up on this issue for like 4 months :(

Quick help would be appreciated! TIA

wilsonjoz avatar Aug 28 '24 11:08 wilsonjoz