urlData

extra data that will be sent to server side along with the file uploading

object urlData;

Example

webix.ui({
    view:"uploader",
    urlData:{
        userid:123,
        documentid:456
    }
});

Details

The data will be added to the query string of POST request with file data.

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.