CodeIgniter Forums
Image uploading issue - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Image uploading issue (/showthread.php?tid=14897)



Image uploading issue - El Forum - 01-19-2009

[eluser]namnd[/eluser]
Hi all,

I just wonder if the File Uploading class have any config option so that i could rename the image file before storing it to the server.

Thanks


Image uploading issue - El Forum - 01-19-2009

[eluser]namnd[/eluser]
Never mind, i figured out the solution.


Image uploading issue - El Forum - 01-20-2009

[eluser]manuelpibe[/eluser]
what was your solution?


Image uploading issue - El Forum - 01-20-2009

[eluser]xwero[/eluser]
i think it has to do with the php function rename Smile


Image uploading issue - El Forum - 01-20-2009

[eluser]namnd[/eluser]
I use rename function after $this->upload->data()

Hope it helps.