|
Posted by Jonathan N. Little on 11/25/13 11:58
RJ wrote:
> My web space on my ISP wants the first file FTP'd up to be named
> index.htm which I know is necessary to open your page. What I want to
> do is open up a utilitarian (ala-linux FTP sites) directory tree in
> which I can upload primarily .jpg images and be able to call them from
> eBay and the like. I know there are free-b image hosting sites but this
> has become sort of a challenge. I can make the HTML code make images
> available, but it won't re-index and add the new images on subsequent
> uploads. I've googled till I'm blue in the face and I can't seem to
> find any direction on this. Anybody?
> TIA, RJ
HTML will not *do* anything, hence your problem. HTML is markup and not
a programing language, what you need is a server-side script. Easy to do
with PHP if your hosting supports server-side. Also if your hosting is
Apache and .htaccess is allowed your can turn on indexes for an image
folder, (no HTML) required.
BTW if you are just hosting your images on this site, you do not need a
HTML or a listing to host images for eBay. As long as *you* know the
url to the image when your enter your listing in eBay just enter it
directly:
http://www.example.com/myEbayImages/somePix.jpg
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|