NEED HELP.. Need To Create A Form With File Upload...

3 replies
Hi guys,

I need a little assistance...

Should be simple, but have never done it before.

My client needs a form script that has approx. 4
fields and also the ability to upload an image file...

Then when submit is clicked, either submit it to email
or send the image to a folder on the actual website.

Please help me out with this!

Thanks,
Jamie
#create #file #form #image #image file #upload #upload form #upload script
  • Profile picture of the author SpicyRobby
    Originally Posted by Jamie Iaconis View Post

    Hi guys,

    I need a little assistance...

    Should be simple, but have never done it before.

    My client needs a form script that has approx. 4
    fields and also the ability to upload an image file...

    Then when submit is clicked, either submit it to email
    or send the image to a folder on the actual website.

    Please help me out with this!

    Thanks,
    Jamie
    Hi Jamie,

    I'm using this one:
    CoffeeCup Web Form Builder - Create Web Forms without using HTML or Scripts !
    and it works great!

    Rgds,

    Robby
    {{ DiscussionBoard.errors[313149].message }}
    • Profile picture of the author Jamie Iaconis
      Hi Robby and thanks for the suggestion...

      It would be great, except they want to put their
      little blurb in there for using the free one...

      Anyone else have any suggestions???

      Jamie
      {{ DiscussionBoard.errors[313245].message }}
      • Profile picture of the author Jamie Iaconis
        Here is what I have to work with so far:


        <form id="form1" name="form1" method="post" action="">
        <label><strong>Name &amp; Title/Credentials:</strong>
        <input name="Name" type="text" id="Name" size="30" />
        </label>
        </form>
        <form id="form2" name="form2" method="post" action="">
        <label><strong>Company Name:</strong>
        <input name="Your Company Name:" type="text" id="Your Company Name:" size="40" />
        </label>
        </form>
        <form id="form3" name="form3" method="post" action="">
        <label><strong>Web Site:
        </strong>
        <input name="Your Web Site:" type="text" id="Your Web Site:" size="40" />
        </label>
        </form>
        <form id="form4" name="form4" method="post" action="">
        <label><strong>Phone Number:</strong>
        <input name="Your Phone Number:" type="text" id="Your Phone Number:" size="40" />
        </label>
        </form> <p>&nbsp;</p> </td>
        </tr>
        </table>
        <h2 class="Red">Next Is To Upload Your Picture:</h2>
        <p><strong>You can upload your desired picture (head shot) in one of the following three file formats:</strong></p>
        <blockquote>
        <p> a)
        .tiff<br />
        b) High resolution .jpg<br />
        c) .eps</p>
        </blockquote>
        <p>If you're not familiar with the above image file formats, we suggest you ask your photographer,<br />
        graphic designer,
        web designer or other resource available to you for help.</p>
        <p><span class="Red"><strong>IMPORTANT</strong>:</span> <strong>Name your file with your <span class="Red">Full Name and copmany</span> with <u><span class="Red">NO</span></u> <span class="Red"><u>spaces</u></span> before you<br />
        click the browse button to select and upload it.</strong> Please add an underscore &quot;_&quot; between words.</p>
        <p><span class="Red"><strong>Correct Sample File Name:</strong></span> John_Doe_Your_Company_Name.jpg</p>
        <p>To upload your image file click the browse button, navigate to the properly
        named file on your computer
        and then click the &quot;Upload My Image &amp; Send My Data&quot; button.</p>
        <form enctype="multipart/form-data" action="upload.php" method="post">
        <p>
        <input type="hidden" name="MAX_FILE_SIZE2" value="1000000" />
        Navigate to your file to upload:
        <input name="uploaded_file" type="file" />
        <br />
        <input type="submit" value="Upload My Image &amp; Send My Data" />
        </p>
        </form>

        Let me know
        {{ DiscussionBoard.errors[313260].message }}

Trending Topics