View Single Post
  #3 (permalink)  
Old Aug 10th, 2006, 12:48
masonbarge's Avatar
masonbarge masonbarge is offline
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: image uploaded file overlap

This should give partial relief until you can solve the underlying problem.

Code: Select all
$newfilename="anexample.gif";$old="files/".$_FILES['imagefile']['name'];$new="files/$newfilename;rename($old,$new1);
Reply With Quote