23 / resumable.js

A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.
MIT License
4.65k stars 612 forks source link

Drop zone ehanchment #491

Closed SuperPat45 closed 6 years ago

SuperPat45 commented 6 years ago

Add an option to define a class when dragging files over the drop zone (Fix issue #476 ) Show copy cursor when dragging files over the zone. Show forbidden cursor when not dragging files over the zone.

steffentchr commented 6 years ago

Looks pretty neat -- and cool that you're closing your own issues as well ;)