https://github.com/bezkoder/angular-12-image-upload-preview
Angular 12 Image Upload / multiple Images upload with preview to Rest API - Bootstrap Progress Bar, FormData
https://github.com/bezkoder/angular-12-image-upload-preview
angular angular12 bootstrap bootstrap4 upload upload-images
Last synced: about 1 month ago
JSON representation
Angular 12 Image Upload / multiple Images upload with preview to Rest API - Bootstrap Progress Bar, FormData
- Host: GitHub
- URL: https://github.com/bezkoder/angular-12-image-upload-preview
- Owner: bezkoder
- Created: 2021-06-29T04:41:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T04:43:01.000Z (over 4 years ago)
- Last Synced: 2025-03-11T21:51:19.940Z (11 months ago)
- Topics: angular, angular12, bootstrap, bootstrap4, upload, upload-images
- Language: TypeScript
- Homepage:
- Size: 254 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 12 Multiple Image upload with Preview example
In this tutorial, I will show you way to build Multiple Images upload with Preview example using Angular 12, Bootstrap and FormData with Progress Bars.

Show upload status for each file:

For more detail, please visit:
> [Angular 12 Multiple Images upload with Preview example](https://bezkoder.com/angular-12-multiple-image-upload-preview/)
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 | 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: 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 | AngularFireDatabase](https://bezkoder.com/angular-12-firebase-crud/)
> [Angular 12 Firestore CRUD example with AngularFireStore](https://bezkoder.com/angular-12-firestore-crud-angularfirestore/)
> [Angular 12 Firebase Storage: File Upload/Display/Delete example](https://bezkoder.com/angular-12-file-upload-firebase-storage/)
Integration (run back-end & front-end on same server/port)
> [How to integrate Angular 12 with Node.js Restful Services](https://bezkoder.com/integrate-angular-12-node-js/)
> [How to Integrate Angular 12 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.