javascript - Kendo UI Uploader: Angular directive doesn't post files -
i working angular , kendo together, , i'm trying implement upload widget using angular-kendo directives written kendo labs.
i have controller, called "editworkspace". in controller defined kendo-upload directive's options as
$scope.uploadoptions
the callback functions uploader defined inside controller. documentation, led believe directive expects. these options used across multiple elements. don't seem have problem until try post files server, @ point arrays empty ($_post, $_files, $_get, $_request, etc) know because dumped arrays out see in them.
i've tried switching configuration own directive in invoke
$(element).kendoupload()
but same result. files inside form fine , send message off server, post empty arrays.
has had similar experience either kendo or angular , can shed light on it? post kinds of code don't think explain.
Comments
Post a Comment