 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Mike521266
Joined: 07 Oct 2008 Posts: 1
|
Posted: Tue Oct 07, 2008 7:26 am Uploading on an online form |
|
|
|
| Hi everyone, I am new to this, and have gotten myself pretty far, but I'm having trouble figuring out how to get a file to upload to my email when the form is submitted. If you want to take a look at my form, you can go to http://calgary-landscaping.com/formtest.html. If you want to take a look at my code that got me to that form, you can go to http://calgary-landscaping.com/formcode.html. My problem is that the form does send to my email when the submit button is pressed, but it doesn't actually upload the file. All it does is say the file extension beside the word Logo rather than actually uploading the file to my email. Any help would be greatly appreciated. Thanks so much, Mike |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1392 Location: Biloxi, MS
|
Posted: Tue Oct 07, 2008 5:15 pm |
|
|
|
| Code: |
<tr>
<td class='ftbl_row_2' ><LABEL for='Logo' ACCESSKEY='none' >Company Logo
</td>
<td class='ftbl_row_2a' ><input type='file' name='Logo' id='Logo' size='45' value=''
</td>
</tr> |
Might be because there is no closing tag on input tag: "<input type='file' name='Logo' id='Logo' size='45' value=''
</td>"
CSS Errors
HTML Errors |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|