You have 2 options:
You can write an ASP (ASP.Net, CGI, PHP, what-have-you) application that
uses an HTML form with a file upload form field to upload the pictures, with
a form handler that saves the uploaded pictures to a location on the server.
ASP and most scripted server-side ISAPIs can only work with a third-party
COM object (such as SAFileUp, from Software Artisans) to handle the upload.
ASP.Net has the CLR classes needed to do this without any outside aid. As
you might imagine, this will require some programming skill.
-or-
Put a message on the form, which gives the mailing address of your building
with the server, and (optionally) a map showing directions, and telling the
person where to either mail or deliver the image. You might want to ask them
to scan it first, unless of course you want to scan any pictures delivered
in a non-digital format. ;-)
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
"Help with creating a form??" <Help with creating a
[email protected]> wrote in message
news:
[email protected]...