HTML: forms with files
if you would like to use a form with files do not forget to specify enctype:
<form enctype="multipart/form-data" action="" method="POST">
if you would like to use a form with files do not forget to specify enctype:
<form enctype="multipart/form-data" action="" method="POST">
Comments
comments powered by Disqus