Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
8920
Ignite UI Angular file import/upload
posted

Is there  a Angular IG component / sample 'How To'  upload file in Angular project with Ignite UI components

Parents
No Data
Reply
  • 1080
    Verified Answer
    Offline posted

    Hello,

    Thank you for posting in our community.

    I have created a sample in StackBlitz for your reference. Please test it on your side and let me know if it meets your requirement.

    Additionally, Ignite UI for Angular also provides styling for the input of type="file" and it supports all the input group types and themes, just add this to your template:

    <igx-input-group>
        <input igxInput type="file" multiple />
    </igx-input-group>

    More information can be found here

    Please let me know if you need any further assistance with this matter.

Children
No Data