{"id":26179337,"url":"https://github.com/bezkoder/angular-17-file-upload","last_synced_at":"2025-03-11T21:49:38.895Z","repository":{"id":214150299,"uuid":"735825716","full_name":"bezkoder/angular-17-file-upload","owner":"bezkoder","description":"Angular 17 File Upload example - upload file to Rest Api Tutorial - using HttpClient module, FormData example with Bootstrap","archived":false,"fork":false,"pushed_at":"2024-02-04T08:47:42.000Z","size":141,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-02-04T09:50:40.654Z","etag":null,"topics":["angular","angular-17","angular17","bootstrap","bootstrap4","file-upload","formdata","multipart","multipart-formdata","multipart-uploads","upload-file","upload-files"],"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}},"created_at":"2023-12-26T07:24:49.000Z","updated_at":"2023-12-26T07:27:03.000Z","dependencies_parsed_at":"2024-02-02T03:27:52.205Z","dependency_job_id":null,"html_url":"https://github.com/bezkoder/angular-17-file-upload","commit_stats":null,"previous_names":["bezkoder/angular-17-file-upload"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-17-file-upload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-17-file-upload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-17-file-upload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fangular-17-file-upload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezkoder","download_url":"https://codeload.github.com/bezkoder/angular-17-file-upload/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243119619,"owners_count":20239320,"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","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","angular-17","angular17","bootstrap","bootstrap4","file-upload","formdata","multipart","multipart-formdata","multipart-uploads","upload-file","upload-files"],"created_at":"2025-03-11T21:49:38.339Z","updated_at":"2025-03-11T21:49:38.872Z","avatar_url":"https://github.com/bezkoder.png","language":"TypeScript","readme":"# Angular 17 File upload example\nAngular 17 File upload example using Bootstrap, FormData in that user can:\n- know the file upload status\n- view all uploaded files\n- download by clicking on the file name\n\n![angular-17-file-upload-example](angular-17-file-upload-example.png)\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\nFor more detail, please visit:\n\u003e [Angular 17 File upload example](https://www.bezkoder.com/angular-17-file-upload/)\n\n\u003e [Angular 17 File upload example with Progress Bar](https://www.bezkoder.com/angular-17-file-upload-progress-bar/)\n\n\u003e [Angular 17 Multiple Files upload example](https://www.bezkoder.com/angular-17-multiple-file-upload/)\n\n\u003e [Angular Material 17 File upload example](https://www.bezkoder.com/angular-material-17-file-upload/)\n\nRest APIs server for this Angular Client:\n\u003e [Node Express File Upload Rest API example](https://www.bezkoder.com/node-js-express-file-upload/)\n\n\u003e [Node Express File Upload with Google Cloud Storage example](https://www.bezkoder.com/google-cloud-storage-nodejs-upload-file/)\n\n\u003e [Node Express File Upload to MongoDB example](https://www.bezkoder.com/node-js-upload-store-images-mongodb/)\n\n\u003e [Spring Boot Multipart File upload (to static folder) example](https://www.bezkoder.com/spring-boot-file-upload/)\n\n\u003e [Spring Boot Multipart File upload (to database) example](https://www.bezkoder.com/spring-boot-upload-file-database/)\n\nMore practice:\n\u003e [Angular 17 Firebase Storage: File Upload/Display/Delete example](https://www.bezkoder.com/angular-17-firebase-storage/)\n\n\u003e [Angular 17 CRUD example with Web API](https://www.bezkoder.com/angular-17-crud-example/)\n\n\u003e [Angular 17 Pagination example | ngx-pagination](https://www.bezkoder.com/angular-17-pagination-ngx/)\n\n\u003e [Angular 17 JWT Authentication \u0026 Authorization with Web API](https://www.bezkoder.com/angular-17-jwt-auth/)\n\n\u003e [Angular 17 Form Validation example](https://www.bezkoder.com/angular-17-form-validation/)\n\nFullstack with Node:\n\u003e [Angular 17 + Node Express + MySQL example](https://www.bezkoder.com/angular-17-node-js-express-mysql/)\n\n\u003e [Angular 17 + Node Express + PostgreSQL example](https://www.bezkoder.com/angular-17-node-js-express-postgresql/)\n\n\u003e [Angular 17 + Node Express + MongoDB example](https://www.bezkoder.com/angular-17-node-js-express-mongodb/)\n\n\u003e [Angular 17 + Node Express: File upload example](https://www.bezkoder.com/angular-17-node-express-file-upload/)\n\n\u003e [Angular 17 + Node.js Express: JWT Authentication and Authorization example](https://www.bezkoder.com/node-js-angular-17-jwt-auth/)\n\nFullstack with Spring Boot:\n\u003e [Angular 17 + Spring Boot example](https://www.bezkoder.com/spring-boot-angular-17-crud/)\n\n\u003e [Angular 17 + Spring Boot + MySQL example](https://www.bezkoder.com/spring-boot-angular-17-mysql/)\n\n\u003e [Angular 17 + Spring Boot + PostgreSQL example](https://www.bezkoder.com/spring-boot-angular-17-postgresql/)\n\n\u003e [Angular 17 + Spring Boot + MongoDB example](https://www.bezkoder.com/spring-boot-angular-17-mongodb/)\n\n\u003e [Angular 17 + Spring Boot: File upload example](https://www.bezkoder.com/angular-17-spring-boot-file-upload/)\n\n\u003e [Angular 17 + Spring Boot: JWT Authentication and Authorization example](https://www.bezkoder.com/angular-17-spring-boot-jwt-auth/)\n\nFullstack with Django:\n\u003e [Angular + Django example](https://www.bezkoder.com/django-angular-13-crud-rest-framework/)\n\n\u003e [Angular + Django + MySQL](https://www.bezkoder.com/django-angular-mysql/)\n\n\u003e [Angular + Django + PostgreSQL](https://www.bezkoder.com/django-angular-postgresql/)\n\n\u003e [Angular + Django + MongoDB](https://www.bezkoder.com/django-angular-mongodb/)\n\nServerless with Firebase:\n\u003e [Angular 17 Firebase CRUD with Realtime DataBase](https://www.bezkoder.com/angular-17-firebase-crud/)\n\n\u003e [Angular 17 Firestore CRUD example](https://www.bezkoder.com/angular-17-firestore-crud/)\n\n\u003e [Angular 17 Firebase Storage: File Upload/Display/Delete example](https://www.bezkoder.com/angular-17-firebase-storage/)\n\nIntegration (run back-end \u0026 front-end on same server/port)\n\u003e [How to integrate Angular with Node Restful Services](https://www.bezkoder.com/integrate-angular-12-node-js/)\n\n\u003e [How to Integrate Angular with Spring Boot Rest API](https://www.bezkoder.com/integrate-angular-12-spring-boot/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fangular-17-file-upload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezkoder%2Fangular-17-file-upload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fangular-17-file-upload/lists"}