Tuesday, 6 August 2013

How to encode a file from the file system as multipart/form-data?

How to encode a file from the file system as multipart/form-data?

I want to let users upload photos to Facebook in my image viewer app. As
seen in this post, Facebook Graph API - upload photo using JavaScript, I
have to encode my photos as multipart/form-data to be able to upload them.
How to archive this encoding on Windows.Storage.StorageFile items?

No comments:

Post a Comment