I’m trying to make my upload form as user friendly as possible. My first problem is that the SAEF defaults with
tags in the input boxes when it is first opened. It has something to do with the php calls the File Upload module uses e.g.
<?php echo $field_id_5;?>
.
Secondly, although my users are uploading images, I don’t need the
<code><img >
code which is automatically inserted. I just need the URL information to be placed back into the input box after the file has been uploaded. It’s not user-friendly for my users to see this extra image code.
Unfortuantely the URL extract plugin doesn’t help remove the <img> tag because there is no page reload during the file upload process. I assume some hacking of the module is required.
Some help would be greatly appreciated.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.