Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am using angular file upload

JavaScript
<label class="item item-input">
                      <input type="file" name="picture" required nv-file-select uploader="uploader">
                  </label>

this is the code for uploading this filed is required but on submit button this validation is not working. what to do
Posted

1 solution

 
Share this answer
 
v3
Comments
Muhamad Faizan Khan 2-Dec-14 1:16am    
angular js only
/\jmot 2-Dec-14 1:21am    
yes, only angular js..
did you see the source file???
Muhamad Faizan Khan 2-Dec-14 2:10am    
required attribute is not enough for validation?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900