× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



If security for the images are an issue then it is probably more effective to point the security at the page and its links rather than the image itself. If it is a page serving up secure badge ID photos, for instance, probably non-eligible people should be kept from accessing the page itself.

On 3/1/2015 7:57 PM, Richard Schoen wrote:
For web sites, images in IFS directories and opened up publicly via Apache for a web site are fine if part of the site itself.

Ex URL: http://1.1.1.1/images/test.gif
Could point to IFS folder /www/apachedft/htdocs/images/test.gif

You need to use CGI or some other application driven method to return files if they are secure documents such as those part of a document management system or secure file access system.

For public images pointers are relative paths to a website folder. For secure documents pointers are stored in the database.

Blobs are a pain to manage and probably for super-secure apps only. Your DB will also swell if you have a large number of blobs being managed. I don't normally recommend this approach.

Better to store metadata in a DB and docs in file system such as IFS, NFS, SAN.

Regards,

Richard Schoen | Director of Document Management Technologies, HelpSystems
T: + 1 952-486-6802
RJS Software Systems | A Division of HelpSystems
richard.schoen@xxxxxxxxxxxxxxx
www.rjssoftware.com

------------------------------

message: 2
date: Sat, 28 Feb 2015 16:21:10 -0000
from: "RPG List" <rpglist@xxxxxxxxxxx>
subject: Storage of Images (use in web pages)

I am working on a sideline project for myself personally, educational
edification if you will, and I'd like some feed back from anyone willing
to contribute on how you store your html images for use on the iSeries.

IE: are you storing them in the IFS only, are you storing them in a sql
table? If you don't mind, I'd like to know why your storing them as you do
as well, what the reasons were for the choice you made.

I know some websites in general store them (especially those which are php
table driven) in a database like MySQL or MS SQL server, etc.

Thanks in advance for any and all comments.

Dutch




_______________


Confidentiality Notice: This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately.

________________


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.