Forum Moderators: coopster

Message Too Old, No Replies

recommendations on a good script that allows file downloads?

         

GaryS622

1:12 am on Oct 9, 2004 (gmt 0)

10+ Year Member



I need to put simple mail-to style forms on my site. Nothing really fancy, except I need to allow customers to send files - graphic images so I can quote their imprinting work.

What php script do you recommend that will let me put such forms in my pages, and what configuration issues are there? It needs to:

-- hide the mail address so spammers can't find it.
-- require certain fields and kick the user back to the form if they don't fill them out.
-- of course, only accept my own pages as referrers.
-- preferably, limit the file types and sizes that can be uploaded - I don't need anything other than .jpg, .tif, and maybe one or two other standard graphic formats, and I don't need anything bigger than say 500 kb.
-- needs to redirect to a success form.

Adrian2k4

6:56 am on Oct 9, 2004 (gmt 0)

10+ Year Member



look at the following tutorial regarding attachments:
[codewalkers.com...]

GaryS622

1:53 am on Oct 10, 2004 (gmt 0)

10+ Year Member



I looked at this, but I'm really a dummy and I wanted something that I could just configure and go. I'm currently struggling with the "Donpro" version of the formmail found at www.boaddrink.com - it's up and running- the only thing it doesn't do now is send my mail. :(

I have a query in there with the specifics of the problem, but if anyone's familiar with this script, could you reply?

[edited by: ergophobe at 2:56 pm (utc) on Oct. 10, 2004]