Hi,
I am taking reference (below link ) to upload document into library using custom webpart
http://anthony-verschraegen.blogspot.com/2013/12/sharepoint-2013-js-upload-file-to.html.
its working fine
Problem:
besides upload document , I want to insert some other values like
1) document name,
2)depatID
3) document type
how can I insert this besides inserting document into library ( using above link )
Thanks