Answered by:
Upload multiple documents to different folders

Question
-
Hi. I'm fairly new to SharePoint, and I have a document library that contains a number of documents and one folder. I'd like users to be able to upload two documents at once - one in the library itself, and one in the folder within the library. What would be the best approach to make this doable?
I know there's an option to choose the folder location when you upload a document, but is there a way to specify the folder location for each document when you're uploading multiple?
Would this involve having to mess around with the upload.aspx form?
Thanks for your help!
Friday, July 29, 2016 4:32 PM
Answers
-
Hi sabina.yim,
You could upload the multiple documents by windows explorer. You could open the document library in windows explorer and upload the documents with explorer. For more detailed information, you could refer to the article below.
Upload Multiple Documents with Windows Explorer and SharePoint.
http://www.dummies.com/how-to/content/upload-multiple-documents-with-windows-explorer-an.html
And you also could consider creating event receiver for document library. When the document is uploaded, the event will be triggered to specify the upload location for documents. For more detailed information, you could refer to the article below.
Walkthrough 2 – Developing an Event Receiver for a Document Library.
https://karinebosch.wordpress.com/walkthroughs/event-receivers-walkthrough2/
Best regards,
Sara Fan
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.- Proposed as answer by Victoria Xia Friday, August 5, 2016 9:26 AM
- Marked as answer by Victoria Xia Monday, August 8, 2016 9:27 AM
Monday, August 1, 2016 6:40 AM
All replies
-
Look into the SharePoint content organizer - https://sharepoint.protiviti.com/blog/Lists/Posts/Post.aspx?ID=153
Other than that, you might need to have custom solution like workflow or event receiver to implement this.
---
Rajesh
rjesh.com| @rjesh
You don't need to buy me a beer, if helpful just smile, vote, and mark it as answer.- Proposed as answer by croute1 Friday, July 29, 2016 7:24 PM
Friday, July 29, 2016 4:51 PM -
Hi, thanks for your reply! I looked at the link and went through the steps for the content organizer, though I don't have access to Central Admin so the documents are still sitting in the drop off library.
If I have a workflow for my document library, will documents that are added through the drop off library still have the workflow applied to them?
Friday, July 29, 2016 7:03 PM -
Hi sabina.yim,
You could upload the multiple documents by windows explorer. You could open the document library in windows explorer and upload the documents with explorer. For more detailed information, you could refer to the article below.
Upload Multiple Documents with Windows Explorer and SharePoint.
http://www.dummies.com/how-to/content/upload-multiple-documents-with-windows-explorer-an.html
And you also could consider creating event receiver for document library. When the document is uploaded, the event will be triggered to specify the upload location for documents. For more detailed information, you could refer to the article below.
Walkthrough 2 – Developing an Event Receiver for a Document Library.
https://karinebosch.wordpress.com/walkthroughs/event-receivers-walkthrough2/
Best regards,
Sara Fan
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.- Proposed as answer by Victoria Xia Friday, August 5, 2016 9:26 AM
- Marked as answer by Victoria Xia Monday, August 8, 2016 9:27 AM
Monday, August 1, 2016 6:40 AM -
Look into the SharePoint content organizer - https://sharepoint.protiviti.com/blog/Lists/Posts/Post.aspx?ID=153
Other than that, you might need to have custom solution like workflow or event receiver to implement this.
---
Rajesh
rjesh.com| @rjesh
You don't need to buy me a beer, if helpful just smile, vote, and mark it as answer.If this is helpful please mark it so. Also if this solved your problem mark as answer.
Thursday, August 4, 2016 2:41 PM