Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HTML
<input kendo-upload
  name="file"
  type="file"
  k-multiple="false"
   k-show-file-list="false"
   k-upload="addMorePostParameters"
   k-success="onSuccess"
   k-error="onError"
   k-async="{ saveUrl: 'uploadFile()', autoUpload: true }" />

How to get the file binary format in Typescript?
Posted
Updated 19-Oct-15 0:41am
v2

1 solution

Hope the below link could help you!

Angular File Upload[^]
 
Share this answer
 
Comments
Nelek 4-Sep-17 1:38am    
I have allowed the answer to get through the spam filter. Be careful when answering old questions.

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