![]() |
text box name to a new folder and images uploaded to it. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: text box name to a new folder and images uploaded to it. (/showthread.php?tid=30507) |
text box name to a new folder and images uploaded to it. - El Forum - 05-17-2010 [eluser]roymayor[/eluser] so i got ci uploaded and created the uploader using the examples online. i want to be able to have a text box on a page where a person can input their first and last name and it will create a folder with that name and the user can upload his images into that folder. can someone help me create something like that? so like a first and last name text box then a browse button to open the finder dialog box then a submit/upload button. then a success page? help!? text box name to a new folder and images uploaded to it. - El Forum - 05-18-2010 [eluser]pickupman[/eluser] [quote author="roymayor" date="1274145498"]so i got ci uploaded and created the uploader using the examples online. i want to be able to have a text box on a page where a person can input their first and last name and it will create a folder with that name and the user can upload his images into that folder. can someone help me create something like that? so like a first and last name text box then a browse button to open the finder dialog box then a submit/upload button. then a success page? help!?[/quote] That takes all of the fun away from you. How about trying it out first, so you can get a hand at learning the code. Post your code you are stuck on, and go from there. HINT: Code: <?=form_open_multipart('upload/do_upload');?> text box name to a new folder and images uploaded to it. - El Forum - 05-18-2010 [eluser]roymayor[/eluser] Hey thanks for the help but i have NO programming knowledge at all. this needs to be up online today and we have no in house programmer at the moment. could you help me out? text box name to a new folder and images uploaded to it. - El Forum - 05-18-2010 [eluser]pickupman[/eluser] Perhaps you should be posting in the job forum. It something I am capable of doing, but it's asking a lot for someone to code something for you in less than a day for free. text box name to a new folder and images uploaded to it. - El Forum - 05-18-2010 [eluser]roymayor[/eluser] ok ima try this lol. let me figure out some code. brb |