Display *.jpg files on web

J

jhc

I like to publish a web page, display all *.jpg files in a specific folder. When user click on the file name, it allow them to open the file

Help
 
S

Sparky Polastri

jhc said:
I like to publish a web page, display all *.jpg files in a specific
folder. When user click on the file name, it allow them to open the file.

You could put them in a folder, put in no default file and enable directory
browsing on the server.
 
G

Guest

-----Original Message-----
I like to publish a web page, display all *.jpg files in
a specific folder. When user click on the file name, it
allow them to open the file.

If you want this page to pick up new jpg files
automatically, the FrontPage Photo Gallery component won't
meet your needs. You'll need to either find a third-party
photo gallery, or write something in ASP, ASP.NET, or PHP.

Microsoft Office FrontPage 2003 Inside Out includes a
sample ASP.NET
 
J

Jim Buyens

If you want this page to pick up new jpg files
automatically, the FrontPage Photo Gallery component won't
meet your needs. You'll need to either find a third-party
photo gallery, or write something in ASP, ASP.NET, or PHP.

Alternatively, Microsoft Office FrontPage 2003 Inside Out
includes a sample ASP.NET application that does what you
want. You can see this in action at

http://www.interlacken.com/fp11extras/piclib/default.aspx

This application determines what thumbnails, file names,
and file statistics to display by reading the server's
file system. Thus, it's always up-to-date.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------



-----Original Message-----
I like to publish a web page, display all *.jpg files in
a specific folder. When user click on the file name, it
allow them to open the file.
 
Top