how can i let image overwriting when uploading? and if uploading an image say "logo.jpg" and if a file already existing say "logo.png" then, how can i replace the file logo.png to logo.jpg(which has same name but different extension)?
Ex: I want replace logo.jpg with logo.png or any image extension file.
In my code while uploading the image i rename the upload image name to "logo" and add extension it had been provided.
Ex: I want replace logo.jpg with logo.png or any image extension file.
In my code while uploading the image i rename the upload image name to "logo" and add extension it had been provided.
Comment