E:
/
home
/
kbcomunicacao1
/
Web
/
sistema
/
filemanager
/
Upload File
HOME
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <form enctype="multipart/form-data" method="post" action="imagem2.asp"> <table width="500" border="0" align="center" cellpadding="3" cellspacing="3"> <tr> <td height="44" colspan="3" align="center" bgcolor="#0099FF"><strong>ENVIAR NOVA FOTO</strong></td> </tr> <tr> <td width="149" bgcolor="#F3F3F3"><strong>Escolha a foto:</strong></td> <td width="223" bgcolor="#F3F3F3"><input name="nicImage" type="file" class="caixinha" id="nicImage" /></td> <td width="98" align="center" bgcolor="#F3F3F3"><input type="submit" class="caixinha" value="Enviar" /></td> </tr> </table> </form> </body> </html>