Message Text |
Paul,
At using custom file attachments for links:
At suggestlink.tpl I have the following code to upload images and it's working correctly submitting the images:
<input type="file" name="photo1attach">
The problem I face is when not all other required fields are filled:
At this case we are presented the suggestlink page with the phrase:
'You did not complete all of the required fields',
so we complete the pending required fields, but after submitting the link,
it do not shows the images previously selected.
I have tried using:
<input type="file" name="photo1attach" value="{LINKPHOTO1ATTACH}">
<input type="file" name="photo1attach" value="{LINKPHOTO1ATTACHNAME}">
<input type="file" name="photo1attach" value="{LINKPHOTO1ATTACHTITLE}">
But none of them seems to work remembering the image at the page asking to complete the other pending fields.
Thanks. |