https://github.com/bezkoder/angular-17-image-upload-preview
Image upload with preview using Angular 17 example with Rest API - Bootstrap, FormData, multipart file
https://github.com/bezkoder/angular-17-image-upload-preview
angular angular-17 angular17 bootstrap bootstrap4 image-preview image-upload image-uploading multipart multipart-formdata multipart-uploads preview-image upload-file upload-files upload-images
Last synced: 2 months ago
JSON representation
Image upload with preview using Angular 17 example with Rest API - Bootstrap, FormData, multipart file
- Host: GitHub
- URL: https://github.com/bezkoder/angular-17-image-upload-preview
- Owner: bezkoder
- Created: 2023-12-27T05:28:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-04T08:50:13.000Z (over 1 year ago)
- Last Synced: 2024-02-04T09:51:00.736Z (over 1 year ago)
- Topics: angular, angular-17, angular17, bootstrap, bootstrap4, image-preview, image-upload, image-uploading, multipart, multipart-formdata, multipart-uploads, preview-image, upload-file, upload-files, upload-images
- Language: TypeScript
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 17 Image upload with Preview example
Build Image upload with Preview example using Angular 17, Bootstrap and FormData.
- upload only Image
- see the preview of image that will be uploaded
- see the upload process (percentage) of uploading image
- view all uploaded images
- download image by clicking on the file name
For more detail, please visit:
> [Angular 17 Image upload with Preview example](https://www.bezkoder.com/angular-17-image-upload-preview/)> [Angular 17 Multiple Images upload with Preview example](https://www.bezkoder.com/angular-17-multiple-image-upload-preview/)
> [Angular Material 17 Image upload with Preview example](https://www.bezkoder.com/angular-material-17-image-upload-preview/)
## Run
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.Rest APIs server for this Angular Client:
> [Node Express File Upload Rest API example](https://www.bezkoder.com/node-js-express-file-upload/)> [Node Express File Upload with Google Cloud Storage example](https://www.bezkoder.com/google-cloud-storage-nodejs-upload-file/)
> [Node Express File Upload to MongoDB example](https://www.bezkoder.com/node-js-upload-store-images-mongodb/)
> [Spring Boot Multipart File upload (to static folder) example](https://www.bezkoder.com/spring-boot-file-upload/)
> [Spring Boot Multipart File upload (to database) example](https://www.bezkoder.com/spring-boot-upload-file-database/)
## More practice:
> [Angular 17 Firebase Storage: File Upload/Display/Delete example](https://www.bezkoder.com/angular-17-firebase-storage/)> [Angular 17 CRUD example with Web API](https://www.bezkoder.com/angular-17-crud-example/)
> [Angular 17 Pagination example | ngx-pagination](https://www.bezkoder.com/angular-17-pagination-ngx/)
> [Angular 17 JWT Authentication & Authorization with Web API](https://www.bezkoder.com/angular-17-jwt-auth/)
> [Angular 17 Form Validation example (Reactive Forms)](https://www.bezkoder.com/angular-17-form-validation/)
Fullstack with Node:
> [Angular 17 + Node Express + MySQL example](https://www.bezkoder.com/angular-17-node-js-express-mysql/)> [Angular 17 + Node Express + PostgreSQL example](https://www.bezkoder.com/angular-17-node-js-express-postgresql/)
> [Angular 17 + Node Express + MongoDB example](https://www.bezkoder.com/angular-17-node-js-express-mongodb/)
> [Angular 17 + Node Express: File upload example](https://www.bezkoder.com/angular-17-node-express-file-upload/)
> [Angular 17 + Node.js Express: JWT Authentication and Authorization example](https://www.bezkoder.com/node-js-angular-17-jwt-auth/)
Fullstack with Spring Boot:
> [Angular 17 + Spring Boot example](https://www.bezkoder.com/spring-boot-angular-17-crud/)> [Angular 17 + Spring Boot + MySQL example](https://www.bezkoder.com/spring-boot-angular-17-mysql/)
> [Angular 17 + Spring Boot + PostgreSQL example](https://www.bezkoder.com/spring-boot-angular-17-postgresql/)
> [Angular 17 + Spring Boot + MongoDB example](https://www.bezkoder.com/spring-boot-angular-17-mongodb/)
> [Angular 17 + Spring Boot: File upload example](https://www.bezkoder.com/angular-17-spring-boot-file-upload/)
> [Angular 17 + Spring Boot: JWT Authentication and Authorization example](https://www.bezkoder.com/angular-17-spring-boot-jwt-auth/)
Fullstack with Django:
> [Angular + Django example](https://www.bezkoder.com/django-angular-13-crud-rest-framework/)> [Angular + Django + MySQL](https://www.bezkoder.com/django-angular-mysql/)
> [Angular + Django + PostgreSQL](https://www.bezkoder.com/django-angular-postgresql/)
> [Angular + Django + MongoDB](https://www.bezkoder.com/django-angular-mongodb/)
Serverless with Firebase:
> [Angular 17 Firebase CRUD with Realtime DataBase](https://www.bezkoder.com/angular-17-firebase-crud/)> [Angular 17 Firestore CRUD example](https://www.bezkoder.com/angular-17-firestore-crud/)
> [Angular 17 Firebase Storage: File Upload/Display/Delete example](https://www.bezkoder.com/angular-17-firebase-storage/)
Integration (run back-end & front-end on same server/port)
> [How to integrate Angular with Node Restful Services](https://www.bezkoder.com/integrate-angular-12-node-js/)> [How to Integrate Angular with Spring Boot Rest API](https://www.bezkoder.com/integrate-angular-12-spring-boot/)