This is a migrated thread and some comments may be shown as answers.

Angular kendo window and file upload dialog

1 Answer 239 Views
Window
This is a migrated thread and some comments may be shown as answers.
Bhupendra
Top achievements
Rank 1
Bhupendra asked on 10 Jun 2014, 11:55 AM
Hi,

I wish to have file upload control within kendo window dialog box. We are using angularjs and on kendo-angular labs page, I can't find file upload control present.

Is it possible to have file upload control on kendo window pop-up dialog? If yes, Can you share a sample?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 11 Jun 2014, 08:38 AM
Hi,

This is a simple as

        <div kendo-window="win1" k-title="'Calendar'">
              <input type="file" kendo-upload>
        </div>

Here is a live demo: http://trykendoui.telerik.com/@korchev/Uhac

Regards,
Atanas Korchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Window
Asked by
Bhupendra
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or