Adding pictures to a form without using the upload function?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My company doesn't support some of the frontpage functions. I want to know if
I build a simple form that will allow you to add a pictures without using the
upload function??
 
You will have to use a upload function, check with your host to see what they offer or allow, not
all host allow files to be upload by site visitors.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
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]...
 
Back
Top