Example of Custom Drop Area in ASP.NET MVC File Upload Control
This ASP.NET MVC File Upload example demonstrates how to configure custom drop area of the Uploader. You can drop the files into specified custom drop area location to upload.
DEMO
SOURCE
Drop files here to upload
The Uploader control allows to set any external element as drop area using the dropArea property.
More information on the drag-and-drop can be found on this documentation section.