UPLOAD IMAGE option in MESSAGE BUILDER?
UPLOAD IMAGE option in MESSAGE BUILDER?
I want my cliq extension's users to upload thier image. Like in html we use
<
form
action
="/action_page.php"
>
<
input
type
="file"
name
="pic"
accept
="image/*"
>
<
input
type
="submit"
>
<
/form
>
In message builder do we have any such methods to do it?