I am using java to write to url, http://fatigo.bioinfo.cnio.es/ , but
I found the form is :
<form method="post" action="/" enctype="multip art/form-data"
name="fatigo">
I have no idea why the action is not a URL, can you explain it why.
Thanks.
I found the form is :
<form method="post" action="/" enctype="multip art/form-data"
name="fatigo">
I have no idea why the action is not a URL, can you explain it why.
Thanks.
Comment