Categories
Android

Android 14 Essential Developer Insights

Android 14 is launched and here is what you need to know about it as a developer. Android 14 launch date was announced few months ago and hype was already built due to their exciting features like HDR Display, Monochromatic theme, AI Generated Wallpapers and specially their Lock Screen customization feature. Although all of these […]

Categories
Python

How to upload file in Flask Python

To upload file in flask python is very important. Even if we are trying to upload the profile image with even very basic profile management task with flask. Or we are trying to create an e-commerce website with flask python and need to upload product images. We always need to implement file uploading method if […]