Log in

View Full Version : upload button



gigisakura
08-27-2005, 11:34 AM
er... i dunno weather if i am in the correct place.. is there a way to do the upload button i mean like upload images or files..? cause i've been looking for the script an no luck.. an i'm still new to java an htm... can someone help.? :confused: :confused: :confused:

Twey
08-28-2005, 10:10 AM
<form method="post" content-type="multipart/form-data">
<input type="file"/>
</form>
You will, however, need some sort of server-side script to process the result.