mkumar8184 / file-upload-using-angular-webapi

Upload files using angular and web api on azure and local directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upload files in angular and .Net 6.0 web api

Store file in local ,azure ,db\

Get file in base64, binary ,download link\ Common attachment component ,which can be pluged in any other component
Call web api to upload file and save in database/azure storage/local directory
Attachment component behaves based on input parameter
fileName,single,fileType,IsMandatory ,resize ,allowed file types gives you uploaded file details as output parameter
Using bootstrap css
Can be customized totally based on requirement
Download(from web url/By fileName from azure) ,delete
Using normal input file control , css can be customized based on requirement
Easy to manage and change code
Get File Information from child to parent component\

OutPut

image

About

Upload files using angular and web api on azure and local directory


Languages

Language:C# 51.1%Language:TypeScript 37.3%Language:HTML 8.2%Language:JavaScript 3.0%Language:CSS 0.3%Language:SCSS 0.1%