Upload file - Client Side API

Upload file - Client Side API


Hi all,

I'm trying to add a Upload field in a html page using the Client Side API, but it doesn't show up.

All other fields from the same form are no probleem.

Maybe I am forgetting some special settings, like with a picture field ?

code:

                <td><script type="text/javascript">Zoho.writeLabel("ImageUpload");</script></td>
                <td><script type="text/javascript">Zoho.writeInput("ImageUpload");</script></td>

The label shows, but the input field not.

I also couldn't find that this is a limitation.

Can it be used, and if yes, what have I missed?

Regards,

Danny