Showing already saved files in Kendo UI load using MVVM declarative method

I have a requirement when I use Telerik KENDO UI's upload control to upload new files as well as show already saved files.

I want to do this using the declarative MVVM way

<input name="files" id="files" type="file" data-role="upload"
       data-multiple="true" 
       data-async='{ "saveUrl":"SaveRequestFile", 
                     "removeUrl": "RemoveRequestFile", 
                     "autoUpload": true}'
       data-bind='events:{ upload: onUpload, remove:onRemove, error:onError}' 
       required 
       data-required-msg="File is required" 
       data-files="filesUploaded" >

      

How do I use data files in the above scenario?

+3
file-upload mvvm kendo-ui kendo-upload


source to share


No one has answered this question yet

Check out similar questions:

694
JQuery Ajax file upload
582
How to upload files to server using JSP / Servlet?
2
Kendo UI: Cannot bind data to listview using MVVM
2
Multiple kendo loading controls with additional data
1
Delete files by ID in kendo upload
1
Kendo loading does not send an object with complex type property
0
Kendo UI: Unable to save record data when editing / updating record in grid
0
how not to show null values ​​in kendo dropdown list ui mvvm
0
Kendo ui loading widget
0
MVUM Kendo file upload management issues



All Articles
Loading...
X
Show
Funny
Dev
Pics