Forums

Front Permission Upload file is not working

batmon 25 Mar, 2009
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.

<?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>
GreyHead 25 Mar, 2009
Hi batmon,

ChronoConnectivity really isn't designed to support file uploads. You might be able to add the attribute with JavaScript??

Bob
batmon 25 Mar, 2009

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.
arried 15 May, 2009
I do have same problem with you.

Please help us.

thank u
GreyHead 15 May, 2009
Hi arried,

Please say exactly what problem you have. Is it that file-uploads are not working in ChronoConnectivity?

Bob
arried 27 Jul, 2009
Hi GreyHead,

Thank you for your reply.
I solved my uploading problems with upgrading chornoform with the new version.
and i am not using chornoconnectivity to do that since i don't know how to add a javascript attributes.

Thank you,
great component and support.
This topic is locked and no more replies can be posted.