Send File by Email through Form on Web Site? |
[eluser]invision[/eluser]
Whenever I upload a file and submit the form, it doesn't seem to store the data in $file_name. I try this: Code: $file_name = $this->upload->do_upload(); // _do_upload() should return the path and name of the uploaded file and my output is blank. Anyone?
[eluser]invision[/eluser]
Got it working ![]() Took the dive and went in head first. Here's my final code I used in case it helps out others. Code: function apply($slug=0){ I think I'm going to try build a Blog with CodeIgniter and see how I go. Best way to learn I feel. Thanks again
[eluser]eoinmcg[/eluser]
good work. and i'll bet it feels much more rewarding having solved it youself ![]()
[eluser]invision[/eluser]
It really does ![]() I've got a strange personality in that (especially with code) if I'm struggling with it, I'll seek help straight away. Instead of perhaps working away at it and breaking down the problem. Thanks again.
[eluser]Mr. Gibon[/eluser]
You may also look at this: http://net.tutsplus.com/videos/screencas...tch-day-3/ |
Welcome Guest, Not a member yet? Register Sign In |