rowanwins / vue-dropzone

A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews
https://rowanwins.github.io/vue-dropzone/docs/dist
MIT License
2.02k stars 1.4k forks source link

File upload fails in Chrome with net::ERR_ACCESS_DENIED #466

Open gotroch opened 5 years ago

gotroch commented 5 years ago

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

vrajroham commented 5 years ago

@gotroch That's weird, looking into it.

rowanwins commented 5 years ago

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

saintedlama commented 5 years ago

Having also a similar issue with chrome 76 on windows

lukaszbachman commented 4 years ago

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.

mohammedshoib commented 3 years ago

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

wilsonjoz commented 2 months ago

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

Quick help would be appreciated! TIA