Not getting MIME type of JSON file #424
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not getting mime type of JSON file. I just use the below code to print the file details
I only want to allow excel, csv & json files in the uploader.
So i just set 'allowedMimeType'
But when i upload json file , due to type='' uploader blocking the request.
Please help me.
any update for this topic?