Posted by William Stokes on 03/31/05 09:57
Hello,
I was under impression that php automatically gives values to image_type and
image_name if one tries to upload image from a web form if the name of the
uploaded image field is image.
If I do this I can see that there is a path for the uploaded image in a
variable but the echo won't print anything. Where I am mistaken here?
var_dump($_GET);
echo $image_name;
Thanks
-Will
Navigation:
[Reply to this message]
|