>
> There is an example project (CGI and Apache mod) in Lazarus under
> /components/fpweb/demo/fptemplate/fileupload/ you can use.
>
> AB
>
>
Cheers, it turned out to be the HTML form needed 'enctype' which i've never
seen before.

<form action="merge.cgi" method="post" enctype="multipart/form-data">
Upload File: <input type="file" name="up" /> <input type="submit"
value="Submit"/>
</form>


- V
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to