Results 1 to 2 of 2

Thread: questions about dreamweaver forms

  1. #1
    Join Date
    Jan 2008
    Posts
    2

    questions about dreamweaver forms

    ok, so I have created a form in dreamweaver that asks for the users e-mail, allows them to send a file, and theres some checkboxes, and a submit button of course.

    Coding confuses me easily, so I always use the design option in dreamweaver, so please do your best to help me understand without using fancy talk.

    Now heres my questions:

    1) Is there anyway I can only allow users to send image files and not allow any other types? How? Please explain in detail, im very new to this. I'm expecting rather large photos to be sent.

    2) I dont understand how to see the results. I believe you enter something into the "action" area, and that directs the form results to somewhere, but where? what are my options and how do I go about doing these options?

    Ive been trying all week to find a good tutorial on this, but they just dont explain it simply enough for me!

    I'm a graphic designer trying to be a web designer, and I could really use your help! Tell me what to do.

  2. #2
    Join Date
    Dec 2004
    Posts
    2,788
    You can create the form in Dreamweaver, but it won't work until you have a proper script linked to it. Creating the form simply makes a section with the variables needed for the script to work, but you still need to add the code.

    You can look for an appropriate script at http://hotscripts.com (try the PHP section). You can restrict the file format choices by requiring the uploaded files to have an extension in a pre-approved list which the script can check for acceptance.

Similar Threads

  1. Windows error with Dreamweaver CS3
    By skphipps in forum General Questions
    Replies: 1
    Last Post: 11 Feb 2008, 11:45 PM
  2. Dreamweaver forms
    By kocharix in forum Graphic Design
    Replies: 1
    Last Post: 12 Dec 2005, 03:38 PM

Posting Permissions

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