CodeIgniter Forums
Upload module - 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: Upload module (/showthread.php?tid=14476)



Upload module - El Forum - 01-04-2009

[eluser]sapid_guy[/eluser]
Hi to all

Am still new to CI but i love it,

Am trying to build a small module which will enable me to upload files,


When i say module i mean i need to code it in a way that it can be reused (Blog in Play)
of course with small modifications.

Features:

Can handle jpg|png|mpeg|mpg|avi

Dumb each file type to the proper folder (Img to img folder and vid to vid folder)

Now i did look at the some of the posts in the forum and most of them talk about the images
not videos or other files.

http://ellislab.com/forums/viewthread/79115/
http://ellislab.com/forums/viewthread/100421/
http://ellislab.com/forums/viewthread/94695/



Any help would be appreciated.

Thanks


Upload module - El Forum - 01-04-2009

[eluser]Colin Williams[/eluser]
Blog in Play! Make sure you stretch in between.


Upload module - El Forum - 01-04-2009

[eluser]sapid_guy[/eluser]
Sorry everybody it seems that i did not search the forum well.

I think its easier then what it looks.

I will start working on it,

i will post it when am done.

Thanks