generate and saving a JSON file from a blob in a web application? Specifically, how can I extract data from a blob and convert it to JSON format, and then save the resulting JSON file to a local or remote location?
i get the following error for the w3c validator test :
Error: Stray start tag img.
From line 749, column 84; to line 749, column 141
i=index" ><img src="img path here" alt="en" /></opti
how to solve this problem with img tag?
i want to prevent someone misusing the website resources and stealing the content.
so how to set the
X-Content-Type-Options:nosniff
and what is use of X-Content-Type-Options:nosniff ?
i want to create QR codes for invoices in my website. so it should be dynamic, and it should contains invoice info like payer name, and other detail, whom they paying, etc.