hallo leute...
ich hab da ma ne frage...ich habe jetz einen eigenen ftp server.....und habe auch ein html formular um direkt von einer homepage upzuloaden.....mein problem is jetz...das dieses auch auf meinen server geamcht wird...sprich...wo binde ich die server adresse ein? hier ist der html code
<!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>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body class="sub">
<form action="" method="post" name="form1" id="form1">
<table width="90%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<hr noshade="noshade" /> </td>
</tr>
<tr>
<td>
<h4 class="HeaderColor">Step 1</h4>
<p class="StoryContentColor"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
<p class="StoryContentColor">
<label for="file"> Browse: </label>
<input id="file" type="file" name="file" size="30" />
</p>
<h4 class="HeaderColor">Step 2</h4>
<p class="StoryContentColor"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p> <p>
<input type="submit" name="Submit2" value="Upload" />
</p> </td>
</tr>
<tr>
<td>
<hr noshade="noshade" /> </td>
</tr>
</table>
</form>
</body>
</html>
also...wo binde ich jetz die ftp adresse ein sodass die downloads auf meinen server geladen werden?
ich hab da ma ne frage...ich habe jetz einen eigenen ftp server.....und habe auch ein html formular um direkt von einer homepage upzuloaden.....mein problem is jetz...das dieses auch auf meinen server geamcht wird...sprich...wo binde ich die server adresse ein? hier ist der html code
<!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>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body class="sub">
<form action="" method="post" name="form1" id="form1">
<table width="90%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<hr noshade="noshade" /> </td>
</tr>
<tr>
<td>
<h4 class="HeaderColor">Step 1</h4>
<p class="StoryContentColor"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
<p class="StoryContentColor">
<label for="file"> Browse: </label>
<input id="file" type="file" name="file" size="30" />
</p>
<h4 class="HeaderColor">Step 2</h4>
<p class="StoryContentColor"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p> <p>
<input type="submit" name="Submit2" value="Upload" />
</p> </td>
</tr>
<tr>
<td>
<hr noshade="noshade" /> </td>
</tr>
</table>
</form>
</body>
</html>
also...wo binde ich jetz die ftp adresse ein sodass die downloads auf meinen server geladen werden?