form upload images using php form script

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default form upload images using php form script

    Hi,

    I normally use CGI to process my html forms.

    However, this time I need/want to use PHP. Can anyone point me in the
    direction of a php form processing tutorial that includes how to email
    images using input type="file"

    Many thanks
    Oli


    Oli Guest

  2. Similar Questions and Discussions

    1. PHP script for form to upload 2 files to FTP
      Hi, I have scoured the internet for quite a while now looking for a free php script that will enable me to: 1. Put a form on a page that has...
    2. file upload form enctype="multipart/form-data
      I'm upload a file using cffile upload and that seems to work fine except I need to use enctype="multipart/form-data on the form side. This isn't a...
    3. upload form in flash
      Hi all, some one can explain me if it's possible to upload with a form made in flash with coldfusion MX7 ? thx a lot. ;-) lemmings
    4. Form with file upload box
      Hi, I've designed a form that when submitted adds to an access database. But I need to include a 'file upload' field. Do I put this in it's own form...
    5. Script to upload images and add to database?
      Is there a script that will allow upload of multiple images at once to a FTP server, and simultaneously write that list to a MySQL table? I need to...
  3. #2

    Default Re: form upload images using php form script

    > However, this time I need/want to use PHP. Can anyone point me in the
    > direction of a php form processing tutorial that includes how to email
    > images using input type="file"
    firstly you should take a look at the following 2 links as they are mainly
    what you will need

    [url]http://uk2.php.net/features.file-upload[/url]
    [url]http://uk2.php.net/mail[/url]

    also take a look at the following tutorial which shows how to sensd mime
    emails

    [url]http://www.phpbuilder.com/columns/kartic20000807.php3[/url]


    Filth Guest

  4. #3

    Default Re: form upload images using php form script

    Hello,

    On 06/21/2004 04:08 PM, Oli wrote:
    > I normally use CGI to process my html forms.
    >
    > However, this time I need/want to use PHP. Can anyone point me in the
    > direction of a php form processing tutorial that includes how to email
    > images using input type="file"
    You may want to try this forms generation and validation class. It comes
    with an example expliocitly to demonstrate how to handle form uploads:

    [url]http://www.phpclasses.org/formsgeneration[/url]


    --

    Regards,
    Manuel Lemos

    PHP Classes - Free ready to use OOP components written in PHP
    [url]http://www.phpclasses.org/[/url]

    PHP Reviews - Reviews of PHP books and other products
    [url]http://www.phpclasses.org/reviews/[/url]

    Metastorage - Data object relational mapping layer generator
    [url]http://www.meta-language.net/metastorage.html[/url]
    Manuel Lemos Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139