2016-10-03 15 views
0

kendo uplaod를 사용하고 있으며 업로드 된 파일 크기를 확인하고 싶습니다.Kendo 업로드 유효성 검사 메시지 위치

<form id="uploadForm" method="post" action="{{url}}"> <div class="demo-section k-content"> <input name="files" id="files" type="file" /> <p style="padding-top: 1em; text-align: right"> <input id="submit" type="submit" value="Select " class="k-button k-primary" /> </p> </div> </form>

$("#uploadForm").kendoValidator({ messages: { custom: "Please enter valid size file", }, rules: { custom: function (e: any) { return ...; } }, validateOnBlur: false });

다 좋아하지만, 메시지는 파일 선택 '에 나타납니다; 어떻게 오류 메시지의 위치를 ​​바꿀 수 있습니까? 나는 메시지를 출력 파일로 보여주고 싶다. 내가 만든이 바이올린은, 그것은 당신에게 도움이되기를 바랍니다

enter image description here

답변

3

점검

**http://jsfiddle.net/keshann/Lyz49ryn/** 
+0

당신은이 질문에 http://stackoverflow.com/questions/39848910/kendovalidator-acces- 나를 도와 드릴까요 각도 2 성분 특성 – emanuel07