this is my file structure in my modules
tmpl
default.php
helper.php
mod_helloword.php
mod_helloword.xml
i have this form in default.php file
<form action="" method="post"
enctype="multipart/form-data">
<label for="file">Filename:</label>
<input type="file" name="file" id="file"><br>
<input type="submit" name="submit" value="Submit">
</form>
i want to pass it after click on submit to heper.php file in that form action attribute must set to what ??