I want to Upload large file on Sharepoint.So i am uploading it in chunks. But i am unable to give meta information at the time of Uploading file.
Is there any solution?
I want to Upload large file on Sharepoint.So i am uploading it in chunks. But i am unable to give meta information at the time of Uploading file.
Is there any solution?
Unfortunately, no. You have to upload the document and set metadata via 2 separate web service calls. One solution would be to write your own web service that does both in 1 step, assuming you have access to deploy server side applications on your sharepoint box.