https://github.com/bezkoder/angular-12-file-upload
Angular 12 File Upload example with Progress Bar, Bootstrap to Rest Api using HttpClient module
https://github.com/bezkoder/angular-12-file-upload
angular angular12 bootstrap bootstrap4 file-upload multipart upload-file
Last synced: 1 day ago
JSON representation
Angular 12 File Upload example with Progress Bar, Bootstrap to Rest Api using HttpClient module
- Host: GitHub
- URL: https://github.com/bezkoder/angular-12-file-upload
- Owner: bezkoder
- Created: 2021-06-04T02:15:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T04:31:44.000Z (almost 5 years ago)
- Last Synced: 2025-09-01T13:02:59.234Z (8 months ago)
- Topics: angular, angular12, bootstrap, bootstrap4, file-upload, multipart, upload-file
- Language: TypeScript
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 12 File upload example with Progress bar
In this tutorial, I will show you way to build an Angular 12 File upload example using Bootstrap, FormData and Progress Bar.

For more detail, please visit:
> [Angular 12 File upload example with Progress bar & Bootstrap](https://bezkoder.com/angular-12-file-upload/)
> [Angular Material 12 File upload example with Progress bar](https://bezkoder.com/angular-material-12-file-upload/)
Rest APIs server for this Angular Client:
> [Node.js Express File Upload Rest API example](https://bezkoder.com/node-js-express-file-upload/)
> [Node.js Express File Upload with Google Cloud Storage example](https://bezkoder.com/google-cloud-storage-nodejs-upload-file/)
> [Spring Boot Multipart File upload (to static folder) example](https://bezkoder.com/spring-boot-file-upload/)
> [Spring Boot Multipart File upload (to database) example](https://bezkoder.com/spring-boot-upload-file-database/)
More practice:
> [Angular 12 CRUD Application example with Web API](https://bezkoder.com/angular-12-crud-app/)
> [Angular 12 JWT Authentication & Authorization with Web API](https://bezkoder.com/angular-12-jwt-auth/)
> [Angular 12 Pagination example with ngx-pagination](https://bezkoder.com/angular-12-pagination-ngx/)
Fullstack with Node.js Express:
> [Angular 12 + Node.js Express + MySQL example](https://bezkoder.com/angular-12-node-js-express-mysql/)
> [Angular 12 + Node.js Express + PostgreSQL example](https://bezkoder.com/angular-12-node-js-express-postgresql/)
> [Angular 12 + Node.js Express + MongoDB example](https://bezkoder.com/angular-12-mongodb-node-js-express/)
> [Angular 12 + Node.js Express: File upload example](https://bezkoder.com/angular-12-node-js-file-upload/)
> [Angular 12 + Node.js Express: JWT Authentication and Authorization example](https://bezkoder.com/node-js-angular-12-jwt-auth/)
Fullstack with Spring Boot:
> [Angular 12 + Spring Boot + H2 Embedded Database example](https://bezkoder.com/angular-12-spring-boot-crud/)
> [Angular 12 + Spring Boot + MySQL example](https://bezkoder.com/angular-12-spring-boot-mysql/)
> [Angular 12 + Spring Boot + PostgreSQL example](https://bezkoder.com/angular-12-spring-boot-postgresql/)
> [Angular 12 + Spring Boot + MongoDB example](https://bezkoder.com/angular-12-spring-boot-mongodb/)
> [Angular 12 + Spring Boot: File upload example](https://bezkoder.com/angular-12-spring-boot-file-upload/)
> [Angular 12 + Spring Boot: JWT Authentication and Authorization example](https://bezkoder.com/angular-12-spring-boot-jwt-auth/)
Fullstack with Django:
> [Angular 12 + Django example](https://bezkoder.com/django-angular-12-crud-rest-framework/)
> [Angular + Django + MySQL](https://bezkoder.com/django-angular-mysql/)
> [Angular + Django + PostgreSQL](https://bezkoder.com/django-angular-postgresql/)
Serverless with Firebase:
> [Angular 12 Firebase CRUD with Realtime DataBase](https://bezkoder.com/angular-12-firebase-crud/)
> [Angular 12 Firestore CRUD example](https://bezkoder.com/angular-12-firestore-crud-angularfirestore/)
> [Angular 12 Upload File to Firebase Storage example](https://bezkoder.com/angular-12-file-upload-firebase-storage/)
Integration (run back-end & front-end on same server/port)
> [How to integrate Angular with Node.js Restful Services](https://bezkoder.com/integrate-angular-12-node-js/)
> [How to Integrate Angular with Spring Boot Rest API](https://bezkoder.com/integrate-angular-12-spring-boot/)
## Development server
Run `ng serve --port 8081` for a dev server. Navigate to `http://localhost:8081/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.