I'd like to make a form for users on SharePoint that copies needed files to current directory. User should be able to choose file type(in fact I have 2 files and both are excel), then when submitted, needed file should be re-named according to user input and copied. To be precise, I have 2 excel files as template, user will choose one of them by radio button. When submitted, a copy of chosen template will be copied to user's folder, meanwhile file name will be changed to whatever user wrote on form. Thanks
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
On your custom ASP.NET page or web part you would have something similar to the following:
|
|||
|
|