{"id":26179598,"url":"https://github.com/bezkoder/angular-12-image-upload-preview","last_synced_at":"2025-12-24T10:16:01.845Z","repository":{"id":101823907,"uuid":"381240706","full_name":"bezkoder/angular-12-image-upload-preview","owner":"bezkoder","description":"Angular 12 Image Upload / multiple Images upload with preview to Rest API - Bootstrap Progress Bar, FormData ","archived":false,"fork":false,"pushed_at":"2021-06-29T04:43:01.000Z","size":260,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T21:51:19.940Z","etag":null,"topics":["angular","angular12","bootstrap","bootstrap4","upload","upload-images"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bezkoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-29T04:41:29.000Z","updated_at":"2021-09-18T09:55:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa8b6e5f-47b1-422a-bb54-334c1c3d5167","html_url":"https://github.com/bezkoder/angular-12-image-upload-preview","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bezkoder/angular-12-image-upload-preview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-12-image-upload-preview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-12-image-upload-preview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-12-image-upload-preview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-12-image-upload-preview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezkoder","download_url":"https://codeload.github.com/bezkoder/angular-12-image-upload-preview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-12-image-upload-preview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28000524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular12","bootstrap","bootstrap4","upload","upload-images"],"created_at":"2025-03-11T21:50:38.410Z","updated_at":"2025-12-24T10:16:01.840Z","avatar_url":"https://github.com/bezkoder.png","language":"TypeScript","readme":"# Angular 12 Multiple Image upload with Preview example\n\nIn this tutorial, I will show you way to build Multiple Images upload with Preview example using Angular 12, Bootstrap and FormData with Progress Bars.\n\n![angular-12-multiple-image-upload-preview-example](angular-12-multiple-image-upload-preview-example.png)\n\nShow upload status for each file:\n\n![angular-12-multiple-image-upload-preview-example-upload-status](angular-12-multiple-image-upload-preview-example-upload-status.png)\n\nFor more detail, please visit:\n\u003e [Angular 12 Multiple Images upload with Preview example](https://bezkoder.com/angular-12-multiple-image-upload-preview/)\n\nRest APIs server for this Angular Client:\n\u003e [Node.js Express File Upload Rest API example](https://bezkoder.com/node-js-express-file-upload/)\n\n\u003e [Node.js Express File Upload with Google Cloud Storage example](https://bezkoder.com/google-cloud-storage-nodejs-upload-file/)\n\n\u003e [Spring Boot Multipart File upload (to static folder) example](https://bezkoder.com/spring-boot-file-upload/)\n\n\u003e [Spring Boot Multipart File upload (to database) example](https://bezkoder.com/spring-boot-upload-file-database/)\n\nMore practice:\n\u003e [Angular 12 CRUD Application example with Web API](https://bezkoder.com/angular-12-crud-app/)\n\n\u003e [Angular 12 JWT Authentication \u0026 Authorization with Web API](https://bezkoder.com/angular-12-jwt-auth/)\n\n\u003e [Angular 12 Pagination example | ngx-pagination](https://bezkoder.com/angular-12-pagination-ngx/)\n\nFullstack with Node.js Express:\n\u003e [Angular 12 + Node.js Express + MySQL example](https://bezkoder.com/angular-12-node-js-express-mysql/)\n\n\u003e [Angular 12 + Node.js Express + PostgreSQL example](https://bezkoder.com/angular-12-node-js-express-postgresql/)\n\n\u003e [Angular 12 + Node.js Express + MongoDB example](https://bezkoder.com/angular-12-mongodb-node-js-express/)\n\n\u003e [Angular 12 + Node.js Express: JWT Authentication and Authorization example](https://bezkoder.com/node-js-angular-12-jwt-auth/)\n\nFullstack with Spring Boot:\n\u003e [Angular 12 + Spring Boot + H2 Embedded Database example](https://bezkoder.com/angular-12-spring-boot-crud/)\n\n\u003e [Angular 12 + Spring Boot + MySQL example](https://bezkoder.com/angular-12-spring-boot-mysql/)\n\n\u003e [Angular 12 + Spring Boot + PostgreSQL example](https://bezkoder.com/angular-12-spring-boot-postgresql/)\n\n\u003e [Angular 12 + Spring Boot + MongoDB example](https://bezkoder.com/angular-12-spring-boot-mongodb/)\n\n\u003e [Angular 12 + Spring Boot: File upload example](https://bezkoder.com/angular-12-spring-boot-file-upload/)\n\n\u003e [Angular 12 + Spring Boot: JWT Authentication and Authorization example](https://bezkoder.com/angular-12-spring-boot-jwt-auth/)\n\nFullstack with Django:\n\u003e [Angular 12 + Django example](https://bezkoder.com/django-angular-12-crud-rest-framework/)\n\n\u003e [Angular + Django + MySQL](https://bezkoder.com/django-angular-mysql/)\n\n\u003e [Angular + Django + PostgreSQL](https://bezkoder.com/django-angular-postgresql/)\n\nServerless with Firebase:\n\u003e [Angular 12 Firebase CRUD with Realtime DataBase | AngularFireDatabase](https://bezkoder.com/angular-12-firebase-crud/)\n\n\u003e [Angular 12 Firestore CRUD example with AngularFireStore](https://bezkoder.com/angular-12-firestore-crud-angularfirestore/)\n\n\u003e [Angular 12 Firebase Storage: File Upload/Display/Delete example](https://bezkoder.com/angular-12-file-upload-firebase-storage/)\n\nIntegration (run back-end \u0026 front-end on same server/port)\n\u003e [How to integrate Angular 12 with Node.js Restful Services](https://bezkoder.com/integrate-angular-12-node-js/)\n\n\u003e [How to Integrate Angular 12 with Spring Boot Rest API](https://bezkoder.com/integrate-angular-12-spring-boot/)\n\n## Development server\n\nRun `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.\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `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.\n\n## Further help\n\nTo 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.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fangular-12-image-upload-preview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezkoder%2Fangular-12-image-upload-preview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fangular-12-image-upload-preview/lists"}