View Single Post
Old July 8th, 2004, 03:18 PM   #2 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 67,988
well Reviewpost by default only has one insert but up to 3 small pics so user's can provide multiple views of an object.

You could edit the uploadphoto template and remove this if you only want 1 but that would be for everyone

change this

<td class="{$Style['tddetails']}"><input type="file" name="theimage[]"><br />
<input type="file" name="theimage[]"><br />
<input type="file" name="theimage[]"></td>

to this

<td class="{$Style['tddetails']}"><input type="file" name="theimage[]"></td>
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote