my scenario is that I have a scanner that uses oculus software, the software scans into a folder, now want this folder to be a source of documents for sharepoint. Is it possible?
am using sharpoint 2010 enterprise
|
my scenario is that I have a scanner that uses oculus software, the software scans into a folder, now want this folder to be a source of documents for sharepoint. Is it possible? am using sharpoint 2010 enterprise |
|||
|
|
|
All document SharePoint are stored in database besides you configure BLOB cache on your server. As mantioned @mike to resolve this you need to push scenned documents to SharePoint useing API model of SharePoint. You can do this using next code in your windows service:
Hope it helps, Andrew |
|||
|
|
We have a similar setup. For every file that gets uploaded to a folder, we developed a windows service that will target that folder and everything that gets posted to it will email to a SharePoint document library, then delete the file in the folder. It works pretty well for us assuming you have the service automatically running. The web service is just using |
|||
|
|