Code:
echo " Pick a Photo to upload, and press 'upload' "; echo " <form name=\"form2\" enctype=\"multipart/form-data\" method=\"post\" action=\"upload.php?action=upload&sid=$sid\" />"; echo "<input type=\"file\" size=\"32\" name=\"my_field\" value=\"\" />"; echo "<input type=\"hidden\" name=\"action\" value=\"image\" /> "; echo "<input type=\"submit\" name=\"Submit\" value=\"upload\" />"; echo "</form>";
this is the methos usergallery.php
thanks
Comment