FormData ⌛︎ 2 min read Introducing the FormData Viewer Extension An Extension to view the values in HTML Forms using HTML5 FormData API in the Browser; can be used on Chromium based browsers like Chrome, Brave, Edge etc
PHP ⌛︎ 3 min read Upload files to PHP backend using fetch and FormData PHP is a good server side scripting language to kickstart project. In this post, we will see how to upload files to PHP backend using fetch and FormData.
JavaScript ⌛︎ 4 min read FormData API: Handle Forms like Boss ? Handling Forms has always been confusing as there are many ways to do so. Let's take a look at the cool features of FormData API to handle Forms.