upload pictures to server

C

chimarb

Hi,

I have a database program in MS Access. It is a multi-users program
which database is on the server.

I want to provide users an interface to upload their pictures to the
server.
The picture uploaded will be copied to the folder on the server instead
of saved into the database.

Is there any possible way doing it?

Thanks for help!
 
L

Larry Linson

chimarb said:
I have a database program in MS Access. It is a
multi-users program which database is on the server.

I want to provide users an interface to upload
their pictures to the server. The picture uploaded
will be copied to the folder on the server instead
of saved into the database.

Is there any possible way doing it?

Yes.

http://www.mvps.org/access/api/api0001.htm has code for using the Windows
Common Dialog to allow the user to select a file. Check help on FileCopy,
which will allow you to copy the file chosen by the user to a folder for
which you have the appropriate permissions, anywhere on the network.

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top