Sean Vasey wrote --- napĂsal::
// variables
$imagesize = getimagesize($image);
// some code removed
if ($img[$i] == "$gif") // if gif file type
{
$image[$i] = $image[$i] . "-" . "$rand" . ".gif";
}
[snip]
I am trying to create an image uploader however, the code I have
created doesn't seem to upload the images. If anyone sees any ways that
I can get this to work or if you know any better ways, please let me
know.
[/snip]
that is quit a bit of code. Are you getting any specific errors?
have
2 matches
Mail list logo