upload > 1 picture

gooda

New member
Joined
May 19, 2004
Messages
3
Hi,
I try to upload more than a picture,
because sometimes (ex. cars) it ´s better to ipload more than one picture.

I have to make changes in templates
sell.php in
<!------------------------- upload photo ------------------------->
<TR>
<TD WIDTH="260" VALIGN="top" ALIGN="right">
<? print $std_font; ?>
<B>
<? print $std_font.$MSG_256; ?>
</B> </TD>
<TD WIDTH="486">
<INPUT TYPE=RADIO NAME="imgtype" VALUE="1" <? print $TPL_imgtype2_SELECTED; ?>>
<INPUT TYPE=file SIZE=20 NAME=userfile>
 
<?print $std_font.$MSG_5408." $MAX_UPLOAD_SIZE bytes";?>
<INPUT TYPE=HIDDEN NAME="MAX_FILE_SIZE" VALUE="<? print $MAX_UPLOAD_SIZE; ?>">
</TD>
</TR>

and in sell preview:

<TR>
<TD WIDTH="204" VALIGN="top" ALIGN="right">
<? print $std_font; ?>
<B>
<? print $MSG_019; ?>
</B> </TD>
<TD WIDTH="486">
<? print $std_font; ?>
<? print $TPL_pict_URL_value; ?>
</TD>
</TR>
who can help me: to upload 2 pictures instead of 1
thanks
gooda
 
Back
Top