https://github.com/bezkoder/angular-upload-multiple-files
Angular 8 upload multiple files example with progress bar
https://github.com/bezkoder/angular-upload-multiple-files
angular angular8 bootstrap file-upload multiple-file-upload upload-file upload-multiple-file
Last synced: about 1 month ago
JSON representation
Angular 8 upload multiple files example with progress bar
- Host: GitHub
- URL: https://github.com/bezkoder/angular-upload-multiple-files
- Owner: bezkoder
- Created: 2020-05-10T09:29:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:01:55.000Z (over 2 years ago)
- Last Synced: 2025-03-28T10:47:41.099Z (about 2 months ago)
- Topics: angular, angular8, bootstrap, file-upload, multiple-file-upload, upload-file, upload-multiple-file
- Language: TypeScript
- Homepage:
- Size: 3.17 MB
- Stars: 7
- Watchers: 2
- Forks: 12
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular multiple Files upload example
For more detail, please visit:
> [Angular 8 upload multiple Files example](https://bezkoder.com/angular-multiple-files-upload/)> [Angular 10 upload multiple Files example](https://bezkoder.com/angular-10-multiple-files-upload/)
> [Angular 11 upload multiple Files example](https://github.com/bezkoder/angular-11-multiple-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 example](https://bezkoder.com/spring-boot-file-upload/)
More Practice:
> [Angular 8 File upload example](https://bezkoder.com/angular-spring-boot-file-upload/)> [Angular 8 CRUD application example with Web API](https://bezkoder.com/angular-crud-app/)
> [Angular 8 Pagination example | ngx-pagination](https://bezkoder.com/ngx-pagination-angular-8/)
> [Angular 8 Multiple Files upload example](https://bezkoder.com/angular-multiple-files-upload/)
Fullstack with Node.js Express:
> [Angular 8 + Node.js Express + MySQL](https://bezkoder.com/angular-node-express-mysql/)> [Angular 8 + Node.js Express + PostgreSQL](https://bezkoder.com/angular-node-express-postgresql/)
> [Angular 8 + Node.js Express + MongoDB](https://bezkoder.com/angular-mongodb-node-express/)
> [Angular 8 + Node.js Express: JWT Authentication & Authorization example](https://bezkoder.com/node-js-express-angular-jwt-auth/)
Fullstack with Spring Boot:
> [Angular 8 + Spring Boot + MySQL](https://bezkoder.com/angular-spring-boot-crud/)> [Angular 8 + Spring Boot + PostgreSQL](https://bezkoder.com/angular-spring-boot-postgresql/)
> [Angular 8 + Spring Boot + MongoDB](https://bezkoder.com/angular-spring-boot-mongodb/)
> [Angular 8 + Spring Boot: File Upload example](https://bezkoder.com/angular-spring-boot-file-upload/)
> [Angular 8 + Spring Boot: JWT Authentication & Authorization example](https://bezkoder.com/angular-spring-boot-jwt-auth/)
Fullstack with Django:
> [Angular 8 + Django Rest Framework](https://bezkoder.com/django-angular-crud-rest-framework/)> [Angular 8 + Django + MySQL](https://bezkoder.com/django-angular-mysql/)
> [Angular 8 + Django + PostgreSQL](https://bezkoder.com/django-angular-postgresql/)
Serverless with Firebase:
> [Angular 8 CRUD with Firebase Realtime Database](https://bezkoder.com/angular-8-firebase-crud/)Integration (run back-end & front-end on same server/port)
> [How to Integrate Angular 8 with Node.js Restful Services](https://bezkoder.com/integrate-angular-8-node-js/)> [How to Integrate Angular with Spring Boot Rest API](https://bezkoder.com/integrate-angular-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. Use the `--prod` flag for a production build.
## 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 [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).