I was thinking if i need to replace an image on the server with an uploaded version, does it follow the same fopen+fwrite functions calls like writing/appending a string to a txt file?
My other option is to delete the existing file and replace it with the uploaded version with the same name but i want to know if one cant simply replace it rather than deleting+replacing.
Bookmarks