Reputation: 11749
Handling audio file on Parse.com. Is it better to use PFFile? Or is there a way include audio data in a PFObject?
And if PFFile is the way to go. Is there a way to see the uploaded file in the Parse web console. Like on can see uploaded PFObjects.
Upvotes: 1
Views: 41
Reputation: 39988
Yes PFFile
is the right choice and you can see the the uploaded files on console and by clicking on that file it will download that file and then you can check.
Upvotes: 2