Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
GCFI #1
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
-
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... -
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... -
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... -
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... -
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... -
Alan #2
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
-
Distefano Felice #3
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
-
GCFI #4
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
-
Alan #5
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



Reply With Quote

