Hi,
I asked this question last week but I got know reply. Sorry, I bought both ChronoForm and ChronoConnectivity and I really need this working.
My ChronoForm is working with file upload. I want user to be able to re-upload the file again in ChronoConnectivity. I add the following codes in "Front Permission" session but upload is not working. I think this is because the form tag does not have "enctype="multipart/form-data"". Please help.
I asked this question last week but I got know reply. Sorry, I bought both ChronoForm and ChronoConnectivity and I really need this working.
My ChronoForm is working with file upload. I want user to be able to re-upload the file again in ChronoConnectivity. I add the following codes in "Front Permission" session but upload is not working. I think this is because the form tag does not have "enctype="multipart/form-data"". Please help.
<?php
$today = date("Y-m-d");
?>
<table>
<tr><td>File Upload: <input size="20" id="file_5" name="file_5" type="file"></td></tr>
<tr><td><input type="hidden" name="moddate" value="<?php echo $today; ?>"></td></tr>
</table>