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>
Hi batmon,
ChronoConnectivity really isn't designed to support file uploads. You might be able to add the attribute with JavaScript??
Bob
ChronoConnectivity really isn't designed to support file uploads. You might be able to add the attribute with JavaScript??
Bob
Hi batmon,
ChronoConnectivity really isn't designed to support file uploads. You might be able to add the attribute with JavaScript??
Bob
Sorry, can you tell me how to do this? Thank you.
Hi arried,
Please say exactly what problem you have. Is it that file-uploads are not working in ChronoConnectivity?
Bob
Please say exactly what problem you have. Is it that file-uploads are not working in ChronoConnectivity?
Bob
This topic is locked and no more replies can be posted.