marknepal
Tue 10 April 2007, 10:48 am GMT +0200
I am using a file based on the example foto_upload.php. If I set $this->rename_file = true; the photo never uploads, even though the message $foto_upload->show_error_string(); reports success.
If I set $this->rename_file = false; then the image uploads successfully but only th second time I upload the same image.
I am totally confused, it makes no sense? What is different the second time?
the reason the photo never uploads in example 1 above is that the file name is always new each time, even though the phot is the same. why doe the filename need to be the same twice for it to work?
thank you very much,
mark in nepal
If I set $this->rename_file = false; then the image uploads successfully but only th second time I upload the same image.
I am totally confused, it makes no sense? What is different the second time?
the reason the photo never uploads in example 1 above is that the file name is always new each time, even though the phot is the same. why doe the filename need to be the same twice for it to work?
thank you very much,
mark in nepal