britzl / extension-filedrop

This extension provides a unified, simple to use interface to handle drag and drop of files onto a Defold application
MIT License
8 stars 2 forks source link

Get filename on dragover event #3

Closed Insality closed 2 years ago

Insality commented 2 years ago

Check if is it possible to get file name on event before file drop (both HTML5 and MacOS)

AGulev commented 2 years ago

@Insality unfortunately in html5 it's impossible to do due to security limitations I can implement it for macos only

britzl commented 2 years ago

👍 It's fine to add this kind of thing to the platforms that support it!