Results 1 to 3 of 3

Thread: Forms: File Attachment sends no attachment

  1. #1
    Jeff Gaines
    Guest

    Default Re: Forms: File Attachment sends no attachment

    On 18/11/2008 in message <1_84_11483@gfwebforum.com> Bdosso wrote:

    >I have built an NOF form which passes data via FormMail.pl. All of the
    >data
    >arrives via email except the field which allows the visitor to attach a
    >file,
    >in this case a resume.
    >
    >http://www.stauntonhospital.org/html/careers.html
    >
    >I have used FormMail for hundreds of forms. However, this is the first
    >form
    >that allows for a file attachment. Is FormMail the problem?


    I put something like that together for my daughter and it works fine - she
    gets sent an email with all the data in it plus an attached file. I wrote
    her a back end in C# that reads the data into a database and resizes the
    attached file (in her case pictures).

    You need to put some checking in place, I just managed to submit an rtf
    file of instructions for RadASM without completing any of the fields in
    the form!

    --
    Jeff Gaines Damerham Hampshire UK
    There is no reason anyone would want a computer in their home.
    (Ken Olson, president Digital Equipment, 1977)

  2. #2
    Bdosso
    Guest

    Default Forms: File Attachment sends no attachment

    I have built an NOF form which passes data via FormMail.pl. All of the data
    arrives via email except the field which allows the visitor to attach a file,
    in this case a resume.

    http://www.stauntonhospital.org/html/careers.html

    I have used FormMail for hundreds of forms. However, this is the first form
    that allows for a file attachment. Is FormMail the problem?

    Thank you

    Bruno


  3. #3
    Junior Member
    Join Date
    Oct 2012
    Posts
    2

    Default

    Quote Originally Posted by Jeff Gaines View Post
    On 18/11/2008 in message <1_84_11483@gfwebforum.com> Bdosso wrote:

    >I have built an NOF form which passes data via FormMail.pl. All of the
    >data
    >arrives via email except the field which allows the visitor to attach a
    >file,
    >in this case a resume.
    >
    >http://www.stauntonhospital.org/html/careers.html
    >
    >I have used FormMail for hundreds of forms. However, this is the first
    >form
    >that allows for a file attachment. Is FormMail the problem?


    I put something like that together for my daughter and it works fine - she
    gets sent an email with all the data in it plus an attached file. I wrote
    her a back end in C# that reads the data into a database and resizes the
    attached file (in her case pictures).

    You need to put some checking in place, I just managed to submit an rtf
    file of instructions for RadASM without completing any of the fields in
    the form!

    --
    Jeff Gaines Damerham Hampshire UK
    There is no reason anyone would want a computer in their home.
    (Ken Olson, president Digital Equipment, 1977)
    The following code will help you ti send attachment using SMTP http://csharp.net-informations.com/c...attachment.htm hopw it will help you.

    Vanton

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •