FP2003 & Form handling on Yahoo

G

Guest

Hi - I'm fairly new to HTML, FrontPage, and web hosting, and am using
FrontPage 2003 for a site hosted on Yahoo. I'm trying to create form that
will upload a file along with some info in text boxes without much success.

What I'd like to do in decending order of preference is:

1st Choice - Send me an email with the form data & file as an attachment
2nd Choce - Send me an email with the form data and upload the file to a
directory on the server
3rd Choice - Upload the form data to a file on the server and the file to a
directory on the server.

Without going into all the details, I've had some success getting parts of
this to work (e.g. can get email with form data, but can't get file to upload
to server). Yahoo seems to be particular in how forms are processed and for
the email to work, I had to replace some of the FP generated code with some
Yahoo code.

Anyone know how to do this?

Thanks a lot!
 
T

Thomas A. Rowe

See inline below

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


ducksigns said:
Hi - I'm fairly new to HTML, FrontPage, and web hosting, and am using
FrontPage 2003 for a site hosted on Yahoo. I'm trying to create form that
will upload a file along with some info in text boxes without much success.

What I'd like to do in decending order of preference is:

1st Choice - Send me an email with the form data & file as an attachment

Not possible with FP Form Handler.
2nd Choce - Send me an email with the form data and upload the file to a
directory on the server

With FP, only possible if you are hosted on a Windows IIS web server that has the FP2002 extensions
and your web host (yahoo) allow files to be upload.
3rd Choice - Upload the form data to a file on the server and the file to a
directory on the server.

With FP, only possible if you are hosted on a Windows IIS web server that has the FP2002 extensions
and your web host (yahoo) allow files to be upload. Storing the data in a file can be done on any
server that has FP2000 or FP2002 extensions, if the web host allows.
Without going into all the details, I've had some success getting parts of
this to work (e.g. can get email with form data, but can't get file to upload
to server). Yahoo seems to be particular in how forms are processed and for
the email to work, I had to replace some of the FP generated code with some
Yahoo code.

Anyone know how to do this?

You have to deal with yahoo on any scripts they provide, etc.
 
R

Ronx

Yahoo uses Unix servers - the FrontPage upload component will only work
on Windows servers. Therefore you will need to find a server side
script that Yahoo will support.
To have the file as an attachment you will have to use a custom script
whatever type of server is used - this is not supported by the FrontPage
extensions.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp

FrontPage Support: http://www.frontpagemvps.com/
 

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