CodeIgniter Forums
Uploading/Downloading BLOBS. - 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: Uploading/Downloading BLOBS. (/showthread.php?tid=35292)



Uploading/Downloading BLOBS. - El Forum - 10-25-2010

[eluser]Unknown[/eluser]
Can anyone point me to a place that could help explain how to use CodeIgniter to upload and download blobs in a database?

I'm making a simple application that allows a user to upload document-type files (.pdf, .doc, .docx, .txt, etc.) to a database. Once these files are in the database, there will be an administration page that allows the administrator to download these files from a list.

I've tried this with plain PHP, but whenever the download links are generated, and the "blob" is downloaded, the file is always corrupt and will not open.

Can CodeIgniter help me with this?


Thank you.