Add 'dataType' to 'jquery.fileupload'.

This commit is contained in:
Daniel Rosenwasser
2015-08-05 13:58:04 -07:00
parent 4bc2874a45
commit c9e62555df

View File

@@ -8,6 +8,11 @@
// Interface options for the plugin
interface JQueryFileInputOptions {
/**
* The type of data that is expected back from the server.
*/
dataType?: string;
// The drop target element(s), by the default the complete document.
// Set to null to disable drag & drop support:
dropZone?: HTMLElement;