I have the following scenario: I'm using a kendo CRUD grid (MVC) and for each row a user should be able to upload a template. My question is if is possible to send the uploaded templates when the user press Save.
Asked
Active
Viewed 311 times
0

tereško
- 58,060
- 25
- 98
- 150

vlad cristea
- 33
- 4
-
What means _upload a template_? Do you mean upload a file that results that is a template but for KendoUI it doesn't matter if it is a template or a photo? – OnaBai May 22 '14 at 09:36
-
Yes I mean a file, doesn't matter which type it is. – vlad cristea May 22 '14 at 12:19
-
The grid is set for in-line or pop-up mode? Also, where is supposed the file to be located? – Stargazer May 23 '14 at 08:01
-
Now the grid is set for in-line mode. An user can upload a file which is stored after that in a table in database – vlad cristea May 23 '14 at 10:17