Results 1 to 3 of 3

Thread: Need Help whith form browse field

  1. #1
    Join Date
    Oct 2006
    Posts
    92
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Need Help whith form browse field

    I have created the form I asked for the last time
    and now i am struggeling with a browse filed which would be if someone wants to send me a pic using the contact form con some one give me a hand
    ------------
    | | Browse Button
    ------------

    and the file woudl not be uploaded but sent to my email address if the upload option is the best then i will try to use it
    Last edited by Mehok; 11-17-2006 at 11:48 AM.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Just create one thread and keep using it. I have no clue what other form you're talking about.

    As for a browse field... it's not hard--

    <input type="file" name="stuff">

    However, what's very complex is getting that file.

    See here, as one option, and probably the only easy one you'll have available to you--
    http://www.php.net/manual/en/features.file-upload.php
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Script? Link? Screen shot? something? Can't help if we can't see the problem...
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

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