CodeIgniter Forums
Uploading files and the like.. - 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 files and the like.. (/showthread.php?tid=43187)



Uploading files and the like.. - El Forum - 07-03-2011

[eluser]austintbiggs[/eluser]
I've currently got a form that creates database entries for an events calendar. But what I'm struggling with is uploading the event flier. I'm needing to rename the image to the event's unique id to eliminate storing the path inside the db. My current working upload form works and also creates thumbnails fine. My only snag is renaming the image file.

Although I do have 2 other questions.

1] How do you create multiple resizes at upload?

2] Has anyone tried integrating Uploadify with CI?

Any & All help is appreciated! [:


Uploading files and the like.. - El Forum - 07-04-2011

[eluser]toopay[/eluser]
Maybe if you post your (recent working) controller, someone will pointed out or adding some clue...