While uploading pdf file to parse server you must mention "application/pdf" other wise file will not upload correctly
While uploading pdf file to parse server you must mention "application/pdf" other wise file will not upload correctly
parseFile = new Parse.File("myfile.pdf", { base64: img }, "application/pdf");
parseFile = new Parse.File("myfile.pdf", { base64: img }, "application/pdf");
Comments
Post a Comment