| Title |
link custom attachments |
| Description |
lost after not completing other required fields |
| 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. |
| Rating |
0/5 based on 0 votes.
|
| Ownership |
peumus |
| Views |
1,017 views. Averaging 0 views per day. |
| Similar Topics |
|
| Submission Date |
Aug 15, 2006 - 7:41 AM |