I use ParseFile and when I want to create a new one with that constructor:
ParseFile parseFile = ParseFile(String name, byte[] data, String contentType);
what should I use in the contentType pram?
After some tries it seems I should use mime types