kosmasKosmakos
10-29-2008, 07:24 AM
Hi everyone. here i am once again (lol like the song).
Looking for some help if you please?
I have made a html form that works together with dynaform but i have a problem and i can not upload files. It only shows the name of the file and the type ex. jpeg
can someone help?
I give you a very simple form of what i use: (mine has a lot of things in it so i made it simple)
<CENTER>
<FORM action="http://www.MYWEBSITE.DOMAIN/dynaform.php" method="POST" sty0le="font-size : 10px;font-family : Verdana;color : white;" charset=windows-1253><input type='hidden' name='rec_mailto' value='MAIL@'><input type='hidden' name='rec_subject' value='SUBJECT'><input type='hidden' name='rec_thanks' value='THANKS URL'>
<INPUT type="text" size="20" name="Your name" value="Your name" onfocus="javascript:if(this.value=='Your name') {this.value='';}" onblur="javascript:if(this.value=='') {this.value='Your name'}" style="border-top-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-left-width : 1px;border-color : blue blue blue blue;">
<br><br>
<label for="fileatt">File1:</label>
<input id="fileatt" type="file" name="fileatt" tabindex="1" />
<br>
Comments:
<TEXTAREA name="Comments" rows="5" cols="50" style="border-top-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-left-width : 1px;border-color : blue blue blue blue;"></TEXTAREA>
<br><br>
<INPUT type="submit" value="Send it" style="font-size : 10px;font-family : Verdana;font-weight : bold;color : navy;background-color : white;"></FORM>
</CENTER>
Is there some other html or something like dynaform that i can use to upload my files please?
Thank you in advance.
ps: sorry my English are bad :(
Looking for some help if you please?
I have made a html form that works together with dynaform but i have a problem and i can not upload files. It only shows the name of the file and the type ex. jpeg
can someone help?
I give you a very simple form of what i use: (mine has a lot of things in it so i made it simple)
<CENTER>
<FORM action="http://www.MYWEBSITE.DOMAIN/dynaform.php" method="POST" sty0le="font-size : 10px;font-family : Verdana;color : white;" charset=windows-1253><input type='hidden' name='rec_mailto' value='MAIL@'><input type='hidden' name='rec_subject' value='SUBJECT'><input type='hidden' name='rec_thanks' value='THANKS URL'>
<INPUT type="text" size="20" name="Your name" value="Your name" onfocus="javascript:if(this.value=='Your name') {this.value='';}" onblur="javascript:if(this.value=='') {this.value='Your name'}" style="border-top-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-left-width : 1px;border-color : blue blue blue blue;">
<br><br>
<label for="fileatt">File1:</label>
<input id="fileatt" type="file" name="fileatt" tabindex="1" />
<br>
Comments:
<TEXTAREA name="Comments" rows="5" cols="50" style="border-top-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-left-width : 1px;border-color : blue blue blue blue;"></TEXTAREA>
<br><br>
<INPUT type="submit" value="Send it" style="font-size : 10px;font-family : Verdana;font-weight : bold;color : navy;background-color : white;"></FORM>
</CENTER>
Is there some other html or something like dynaform that i can use to upload my files please?
Thank you in advance.
ps: sorry my English are bad :(