I tried to create the form data But i can't
if(window.FormData)
{
alert("okk");
}
else
{
alert("not okk");
}
It alerts not okk
What i do now?
I have checked the official mdn documentation of the object but found nothing
I tried to create the form data But i can't
if(window.FormData)
{
alert("okk");
}
else
{
alert("not okk");
}
It alerts not okk
What i do now?
I have checked the official mdn documentation of the object but found nothing