databasedonr
Registered User.
- Local time
- Today, 07:13
- Joined
- Feb 13, 2003
- Messages
- 163
Greetings:
I have a database where I collect photos of items, and text of said items. The photos are not stored in the database as OLE objects, but are linked to a record and stored in a separate folder. This is working well.
My challenge is: every so often, a set of my records are displayed on a website. This website is powered by another database, and I feed that database by selecting portions of my text and copying it to another database. I would like, as part of my "Web Extract" process, to copy the photos from their current location to a folder on the web server.
At them moment, if I want to do this, I need to physically copy the photos from the "home folder" if you will to the web server folder. Is there any way I can do this programmatically?
Thanks in advance.
I have a database where I collect photos of items, and text of said items. The photos are not stored in the database as OLE objects, but are linked to a record and stored in a separate folder. This is working well.
My challenge is: every so often, a set of my records are displayed on a website. This website is powered by another database, and I feed that database by selecting portions of my text and copying it to another database. I would like, as part of my "Web Extract" process, to copy the photos from their current location to a folder on the web server.
At them moment, if I want to do this, I need to physically copy the photos from the "home folder" if you will to the web server folder. Is there any way I can do this programmatically?
Thanks in advance.