PDA

View Full Version : Need Help writing code to attach file(s) within on line html form


quarters1
04-29-2003, 08:01 PM
I have an on-line form I created using Front Page 2002. The form has several text boxes and drop down menus from which the user can add data which is then emailed off to a group mailbox.

I would like the ability to allow the user to attach a file to the form which will be submitted to group mailbox, however, I am not sure how to accomplish this.

Is there a simple way? The web page will reside on a server using microsoft sharepoint services.

requestcode
04-29-2003, 08:04 PM
You will have to use a Server Side language such as PHP or Perl to perform this function.