Hi guys,

I have wrote file server that I can upload a file with html like this,

<form method="post" action="./upload" enctype="multipart/form-data">
<input type="file" name="post[image]">
<input type="submit" value="upload">
</form>


[Question]
  How can I upload a file to the server from opensocial application?


I know I should use makeRequest call, but I don't know how to post
multipart/form-data by that.


Could anyone help me with this issue?

Br/
itog

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to