Pass Blob File Though Ajax

Blob means Binary Large Object.Blobs are typically images, audio or other multimedia objects, though sometimes binary executable code is stored as a blob.In this article we know how to pass a blob file through ajax. Pass Blob File Though Ajax Keep it mind to keep contentType,processData keep false. processData: false, contentType: false,