Skip to Content
0
Former Member
Apr 20, 2014 at 02:55 PM

Best Approach to Share Photos in Client Server Environment

27 Views

Ive been doing research on the best way to share scanned documents inside a client server application (PB11) but am not sure what's the quickest way to do it.

My brainstorm came up with:

1. Use MS SharePoint to share photos.

Pros: Relatively quick to install

Cons: Potentially difficult to maintain. No integration with PB application.

2. Use web server to share photos

Pros: PB integration possible

Cons: Difficult to maintain

3. Use Oracle database to store photos

Pros: PB integration possible and easy to maintain

Cons: Hardware resource demanding.

The idea is to be able to share scanned documents to different users which can be then associated with different business information such as journal entries, assets, customer application, and many others.

Of the three above which one would offer the quickest solution?