CodeIgniter Forums
More advanced file upload - 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: More advanced file upload (/showthread.php?tid=26736)



More advanced file upload - El Forum - 01-21-2010

[eluser]ronn[/eluser]
I have followed the file upload tutorial in the CodeIgniter docs. I would like to upload the file to a temp directory parse it and then delete it. I would like to do this the CodeIgniter way. Can someone help me out with this, or point me in the right direction?


More advanced file upload - El Forum - 01-22-2010

[eluser]Colin Williams[/eluser]
CodeIgniter provides no API for this, so just do it like the PHP docs instruct. You could write your own library for it