Hi,
From the vCloud API Programming Guide, I learned that we can upload the ovf package to vcloud for creating vApp Template. The uploading contains four steps, I followed the API and have finished three steps successfully, however i get struck at the fourth step, which requires "uploading referenced files"(the VMDK FILE),[using a PUT request to upload each file that the vApp template references].
my question is that i do not know how to serialize the vmdk file to upload the vmdk file through node.js script. can any one have done this ,
pls give some examples