![]() |
Please help me this code :() - 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: Please help me this code :() (/showthread.php?tid=1719) |
Please help me this code :() - El Forum - 06-22-2007 [eluser]java[/eluser] I have built a controller that it included one function doUpload, like this: Code: class Dangky extends Controller { Code: ?=$error;?> Please help me this code :() - El Forum - 06-22-2007 [eluser]giaodn[/eluser] You shouldn't save the full path of uploaded images to DB, only need save the file name instead. I assume your project structure like figure below: <project_name> |--->systems |--->css |--->uploads ... and the uploads folder is use to store the images after upload. After upload, you get the file name of uploaded image and save it to DB as the below code: Code: $upload_data = $this->upload->data(); Now you can draw the images to the view like below pseudo-code: Code: $file_name = retrive_form_db(); Hiểu chưa? Nếu chưa hiểu thì tớ giải thích bằng tiếng Việt cho ![]() Please help me this code :() - El Forum - 06-22-2007 [eluser]java[/eluser] Oh` tưởng trong này chỉ có mình mình người Việt thôi chứ. ![]() Chắc bạn rành codeigniter lam' nhỉ? Có thể cho mình nick chat để có gì hỏi được kô? Please help me this code :() - El Forum - 06-22-2007 [eluser]giaodn[/eluser] [quote author="java" date="1182522212"]Oh` tưởng trong này chỉ có mình mình người Việt thôi chứ. ![]() Chắc bạn rành codeigniter lam' nhỉ? Có thể cho mình nick chat để có gì hỏi được kô?[/quote] Chẳng biết có thể coi là rành không nữa, tớ thì tớ là dân JAVA, yêu thích JAVA, cũng chẳng được học PHP, chẳng qua là chuyển công việc có nhu cầu làm PHP nên làm đại, quen với CI được ngót nghét 2 tháng nay. Được cái tớ có chút ít kinh nghiệm lập trình nên làm quen với nó chẳng là vấn đề. Nói có vẻ ngông nghênh thế thôi chứ thực ra là đang chờ feeback từ khách hàng, rảnh rỗi quá lên đây xem có gì hay thì nhìn thấy Vietnamese code ![]() ![]() PS: Yahoo mình là giao_dn, rất vui khi làm quen với bạn, mình ở HCM Please help me this code :() - El Forum - 07-23-2009 [eluser]Unknown[/eluser] Ôi, chết cười mất. Hóa ra ở đây lắm dân mình ghê. Add nick trao đổi kinh nghiệm nhé mấy bồ. Please help me this code :() - El Forum - 07-07-2011 [eluser]Unknown[/eluser] hix minh moi tim hieu duoc 1 tuan ! hai ban viet nam co ma phan login/register khong cho send cho minh tham khao voi ! thanks all ! sorry vi khong co vietkey ! Please help me this code :() - El Forum - 02-27-2012 [eluser]Unknown[/eluser] Hay quá tui đang làm một phần mềm bằng cái này. Nên rất cần tham khảo ý kiến chỉ giáo của các bạn. Hiện giờ mình cũng mắc chỗ này. Làm việc giữa upload - Data - del file -... Nick yahoo: findprice có gì liên lạc nhé. |