× 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.



Hi, Dutch.

I've not heard of people storing actual images in a database, but maybe
paths to them.

For most images we store them in the IFS. For a web page they need to have
the proper authorities to the directory (*RX) and file (*R) as well as your
web server instance set up to serve from the location. Here's an example
Apache Web config file:

http://fieldexit.com/forum/display?threadid=15

Another option is offloading the images to cloud sites so that the requests
for images (and possibly other things like JavaScript) are spread out among
many servers, removing the bottleneck of everything on one server.

For this you just have to make sure to specify the full URL path to the
file in your HTML (ie, src="http://mycloud.com/images/logo.png"; vs
"/images/logo.png" when they are stored locally)

Brad
www.bvstools.com

On Sat, Feb 28, 2015 at 10:21 AM, RPG List <rpglist@xxxxxxxxxxx> wrote:

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


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



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.