FP Access & Pictures

S

swalt

Front PAge used to create my website. Website contains used car inventory and
pictures. What is the best way to maintain pictures?
The user is allowed to use Editor to delete vehicles but pictures are left
untouched
 
T

Thomas A. Rowe

You would have to write a custom ASP/VBScript script that uses the FileSystemObject to delete the
image file from the server when the record is deleted from the database.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
 
S

swalt

Thanks for your response. This is over my head. Could you please over a
sample script that maybe I could modify for my use ?
 
T

Thomas A. Rowe

Sorry, I am not aware of any pre-written scripts that I can point you too.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
 
Top