![]() |
How to change some part of the language like "No file choosen" - 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: How to change some part of the language like "No file choosen" (/showthread.php?tid=38867) |
How to change some part of the language like "No file choosen" - El Forum - 02-22-2011 [eluser]barisv[/eluser] Hi, I am using file upload class on CI but its putting "Choose file" or "No file choosen" to the view. I searched these in language folder and on the upload library but I couldnt find them to translate. How can I make this change ? Thanks in advance. How to change some part of the language like "No file choosen" - El Forum - 02-22-2011 [eluser]duellsy[/eluser] for security reasons you can't change these so the user isn't tricked into doing something dangerous with their computer, they are set by the browser (which is why you couldn't fine them) there are some hacks you can try though, check this out http://www.quirksmode.org/dom/inputfile.html How to change some part of the language like "No file choosen" - El Forum - 02-22-2011 [eluser]barisv[/eluser] Thanks duellsy How to change some part of the language like "No file choosen" - El Forum - 02-22-2011 [eluser]duellsy[/eluser] no worries mate, glad to help |