Extension for emailing attachment?

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Extension for emailing attachment?

    I am looking for a dreamweaver extension (php) that will allow the visitor to
    attach a file to a form for e-mailing. Ideally, the extension will allow me to
    insert a browse function into the form - I don't want the user to have to type
    in the path. Any ideas?

    GCFI Guest

  2. Similar Questions and Discussions

    1. Bulk eMailing
      How could it be possible to automatically delete subscriber?s email address and its associated record from an Access database after two successive...
    2. FDF emailing
      I have been reading everything in here about this but still need 1 question answered. I know that you cannot email back a form with Acrobat reader...
    3. emailing with an attachment that has fetched from db (longblob)
      I am trying to send an email with an attachment. The problem is the attachment is stored in db where I have created a longblob field that contains...
    4. emailing an attachment
      Greetings, I'm looking for some help sending an e-mail attachment via a perl CGI. I'm an experienced programmer, but a Perl moron. Previous...
    5. Emailing Information
      I am trying to create a feature on my website so people can apply for jobs. I want to be able to have the user attach their resume and a cover...
  3. #2

    Default Re: Extension for emailing attachment?

    it's not an extension, but a fairly easy to configure script for that is
    here:
    [url]http://don.formdude.com[/url]

    open the readme's in the docs folder.

    readme_pfm_classic.htm covers setting up the script and using it, based on
    the boaddrink.com phpformmail.

    readme_pfm_additional.html covers the additional features of this modified
    version, such as email alias and file attachments.


    > I am looking for a dreamweaver extension (php) that will allow the visitor to
    > attach a file to a form for e-mailing. Ideally, the extension will allow me
    > to
    > insert a browse function into the form - I don't want the user to have to type
    > in the path. Any ideas?
    Alan Guest

  4. #3

    Default Re: Extension for emailing attachment?

    Have a look here
    [url]http://www.felixone.it/extensions/mxmfen.asp[/url]



    "GCFI" <webforumsuser@macromedia.com> ha scritto nel messaggio
    news:d26qju$gjg$1@forums.macromedia.com...
    >I am looking for a dreamweaver extension (php) that will allow the visitor
    >to
    > attach a file to a form for e-mailing. Ideally, the extension will allow
    > me to
    > insert a browse function into the form - I don't want the user to have to
    > type
    > in the path. Any ideas?
    >

    Distefano Felice Guest

  5. #4

    Default Re: Extension for emailing attachment?

    I've read the documentation. My question is: does this script put a browse function (button) on the form so the user can point to a file rather than have to explicitly type the path and filename?
    GCFI Guest

  6. #5

    Default Re: Extension for emailing attachment?

    Is this reply to me?

    the form script i mentioned doesn't put anything at all into your html form.
    It is a php script to submit your form ~to~, it then processes the form and
    sends the email out.

    You have to make the form, inserting a File button.
    If using this phpformmail script, you have to insert the hidden form fields
    decribed in the readme to control the script.
    The recipient field and the file_name fields that tells the script the field
    name of the File type input button.
    > I've read the documentation. My question is: does this script put a browse
    > function (button) on the form so the user can point to a file rather than have
    > to explicitly type the path and filename?
    Alan Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139