J
Joe
Guest
Can yu upload a file to your own web server without having to use a php, asp file, i am sure i did this before using only html, for ex,
<form action="send.php" enctype="multipart/form-data" method="post">
<input type="file" name="datafile" size="40">
<input type="submit" value="Send">
</form>
that is an example i found but it uses send.php, say i don't want to use a server side script, can i just use html somehow....it's not that i don't know hoow to set up php but i want to give this to someone that wont wantto setup php....
<form action="send.php" enctype="multipart/form-data" method="post">
<input type="file" name="datafile" size="40">
<input type="submit" value="Send">
</form>
that is an example i found but it uses send.php, say i don't want to use a server side script, can i just use html somehow....it's not that i don't know hoow to set up php but i want to give this to someone that wont wantto setup php....