Page 2 of 2

Re: Unable to upload files withe same name twice?

Posted: 25 Apr 2015, 02:19
by touraku
Hello
by trial and error (dont really know what I'm doing!) I got this script working and can now upload from _ _. File name image.jpg becomes image_1.jpg, image_2.jpg etc..
1. Follow intsructions above.
2. add $file_Name = $file['name']; to list of variables in the new code
3. edit all instances of $this->file_Name in new code to $file_Name
bingo - it now works.
Probably someone can do a better job.
Terry

Re: Unable to upload files withe same name twice?

Posted: 26 Apr 2015, 22:58
by Jan
Ok, thank you very much for this info, which version of PHP you are running on your server (or your webhosting provider runs)?

Jan

Re: Unable to upload files withe same name twice?

Posted: 23 Sep 2016, 13:36
by dmermigas
Hi, in ios10 the issue with images filename is finally resolved!!!

Re: Unable to upload files withe same name twice?

Posted: 25 Sep 2016, 15:23
by Jan
Ok, great to hear it.

Thank you, Jan