![]() |
|
|
|||||||
![]() |
HTML - Re: Posting files via "Browse" button ? |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
To upload a file you need the file select control that you have and you
need to add an attribute to your <form> tag and as far as I know, you need some kind server-side technology (jsp, asp, coldfusion, cgi, php, etc) to handle the file once it gets to the server. Here's the attribute for the <form> tag: ENCTYPE="multipart/form-data" ekimnosnews@hotmail.com |
|
|