Upload files box in form on CS6


i'm student learning dreamweaver , creating form on page upload files or (attach files) can't find way create box. have server post if matters. current form code looks

 

<form name="form1" method="post" action="">

        <p>quote registration form

</p>

        <table width="400" border="0" cellpadding="4">

          <tr>

            <td width="175">first name:</td>

            <td><label for="fname"></label>

            <input type="text" name="fname" id="fname" tabindex="1"></td>

          </tr>

          <tr>

            <td width="175">last name:</td>

            <td><label for="lname"></label>

            <input type="text" name="lname" id="lname" accesskey="l" tabindex="2"></td>

          </tr>

          <tr>

            <td width="175">business name:</td>

            <td><label for="bname"></label>

            <input type="text" name="bname" id="bname" accesskey="b" tabindex="3"></td>

          </tr>

          <tr>

            <td width="175">e-mail:</td>

            <td><span id="sprytextfield1">

            <label for="email"></label>

            <input type="text" name="email" id="email" accesskey="e" tabindex="4">

            <span class="textfieldrequiredmsg">a value required.</span><span class="textfieldinvalidformatmsg">invalid format.</span></span></td>

          </tr>

          <tr>

            <td width="175">phone number:</td>

            <td><span id="sprytextfield2">

            <label for="phone"></label>

            <input type="text" name="phone" id="phone" accesskey="p" tabindex="5">

            <span class="textfieldrequiredmsg">a value required.</span><span class="textfieldinvalidformatmsg">invalid format.</span></span></td>

          </tr>

          <tr>

            <td width="175">address:</td>

            <td><label for="address"></label>

            <input type="text" name="address" id="address" accesskey="a" tabindex="6"></td>

          </tr>

          <tr>

            <td width="175">how should contact you?</td>

            <td><label for="contact you"></label>

              <select name="contact you" id="contact you" accesskey="c" tabindex="7">

                <option>phone</option>

                <option>e-mail</option>

                <option selected>mail</option>

            </select></td>

          </tr>

          <tr>

            <td width="175">what need?</td>

            <td><span id="sprytextfield3">

            <label for="what need"></label>

            <input type="text" name="what need" id="what need" accesskey="w" tabindex="8">

            <span class="textfieldrequiredmsg">a value required.</span><span class="textfieldinvalidformatmsg">invalid format.</span></span></td>

          </tr>

          <tr>

            <td width="175">upload pictures:</td>

            <td> </td>

          </tr>

          <tr>

            <td width="175">upload files</td>

            <td> </td>

          </tr>

        </table>

        <p>  </p>

      </form>

 

 

please keep in mind have pretty basic knowledge of dw

 

thanks

what server language using form processing script?



More discussions in Dreamweaver support forum


adobe

Comments

Popular posts from this blog

Some mp4 files not displaying correctly (CS6)

Thread: Samba is not authenticating with LDAP