Contents
Upload files from Explorer to your OneDrive or SharePoint sites library
- Open the OneDrive or SharePoint site library.
- Select Upload at the top of the Documents library.
- In the Add a document dialog box, select Browse to upload an individual file.
- When you’ve selected the file or files to upload, select OK.
How to disable sync in SharePoint
- Navigate to the library where you want to disable sync, then click Gear Icon > Library Settings.
- Click on Advanced Settings.
- Scroll down to the middle of the page, and under Offline Client Availability, select No (default is Yes)
- Click OK at the bottom.
How do I turn off Microsoft Office cache?
- Press the ‘Windows + R’ key on the keyboard.
- In the ‘Run’ windows type ‘MSCONFIG’ and click ‘Ok’.
- On the System Configuration Utility window click on the ‘Startup’ tab.
- Look for Cache, If found uncheck the box next to it and click OK.
How to create an upload button on SharePoint Online?
Note, that if the URL starts with %7Band ends with %7D, those are decoded to {and }respectively, meaning you don’t have to add the braces to the URL. When you have your upload URL, you can link it to your desired element such as an image or a text for an upload. Share Improve this answer Follow edited Jun 13 ’17 at 7:58
I’m creating a new custom form using SharePoint Designer 2013. I would like to add a attachment button to be able to upload files and images. How can this be done? Create a custom list form or go to your NewForm.aspx using SharePoint Designer. Place the below code where you would like to insert the Attachment Field
Create a custom list form or go to your NewForm.aspx using SharePoint Designer. Place the below code where you would like to insert the Attachment Field Save it and try to add new item to the custom list or refresh (Ctl+F5) the already opened NewForm.aspx page in browser!