Hi All,
My problem scenario is : i have a document library and in that library i have more than hundread document folder and each folder contains document files. Basically, end user is using peoplesoft application wherein, parameter values would be provided to a document library. When the user uploads a document, corresponding parameter values should be taken from url parameter. So, if I pass associated parameter as a query string in AllItems.aspx, so that I'll preserve this parameter values till EditForm.aspx and I'll be able to update the corresponding field control with this parameter values.
so according to my above scenario, how can i get parameter values from Allitems.aspx and preserve that value to EditForm.aspx and fill that value into EditForm.aspx form control and after saving those values, it should be save as a item into folder in Allitems.aspx page.
Note: is it possible using javascript i can achive this functionality or i have to wirte custom code for that? Please advice regarding this matter.
Any help will be appreciated.