|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-02-23 05:04 UTC] nekto at iname dot com
I have a problem with upload gif image (original differ from upload image). With yours recommendation, i install last cvs version of php4. But this not solved my problem. What i must doing for solving my problem? PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 20:00:01 2025 UTC |
Ok, this fragment of my script: <form enctype="multipart/form-data" method="post" action="<? $PHP_SELF ?>?action=add"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <..... skip .....> <tr> <td width="29%" height="30"><? print $lang["photo"]?></td> <td width="71%" height="30"> <input type="file" name="photo" size="50" maxlength="255"> </td> </tr> <......skip.......> </table> <p> <input type="reset" name="Reset" value="<? print $lang["reset"]?>"> <input type="submit" name="Submit" value="<? print $lang["save"]?>"> </p> </form> <......skip.......> copy ($photo, $photopath.$id); unlink($photo);