hi
i downloaded the plugin Alchemist Ajax Upload. to upload images from fronted.
it works just fine when i use the shortcode [AAIU] in the backend site editor.
but i want to use it in my theme code. but i cannot get the button to work it just links to #.
i have got the plugin to show in the theme using the code
<?php echo do_shortcode('[AAIU]');?>
what could be the problem?