CodeIgniter Forums
File input type - 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: File input type (/showthread.php?tid=46527)



File input type - El Forum - 11-04-2011

[eluser]mangpeps[/eluser]
Question guys....

Problem: Input type file.. No uploads... Only text will be post....

I want to POST my input type file wherein I would get the whole directory of the file to where it came from....

The problem is that I only got the file name, not the whole directory....

Example: picture1.jpg whereas I want to get the whole dir: C:/USers/mangpeps/desktop/picture1.jpg

I have tried several workarounds including the $_FILES[][].... but still doesn't work...

Thank you guys..