jQuery.wijmo.wijupload Namespace > options type : action Field |
Default value: ""
Specifies the URL path of the server-side handler that handles the post request, validates file size and type, renames files, and saves the file to the server disk.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijupload.options.action; |
Javascript (Specification) | |
---|---|
|
For php: $(".selector").wijupload("option", "action", "../upload.php") For asp.net: $(".selector").wijupload("option", "action", "../handlers/uploadHandler.ashx")