EllisLab text mark
Advanced Search
2 of 2
2
   
how long
Posted: 28 August 2012 08:04 PM   [ Ignore ]   [ # 16 ]   [ Rating: 0 ]
Avatar
Joined: 2009-02-19
3796 posts

I have no idea how long it might take you since it seems you aren’t very experienced in this.

Take a look at the file_upload class in the user guide to help with the uploads.

 Signature 
 
Posted: 28 August 2012 08:13 PM   [ Ignore ]   [ # 17 ]   [ Rating: 0 ]
Avatar
Joined: 2012-08-09
64 posts

iv’e read almost every single one of those 0.0

 Signature 
 
Posted: 28 August 2012 08:15 PM   [ Ignore ]   [ # 18 ]   [ Rating: 0 ]
Avatar
Joined: 2012-08-09
64 posts

but i dont understand how to take the uploads from the folder and make it display in a view with out me having to take the uploads and putting them there myself?

 Signature 
 
Posted: 28 August 2012 08:17 PM   [ Ignore ]   [ # 19 ]   [ Rating: 0 ]
Avatar
Joined: 2012-08-09
64 posts

because http://9gag.com is a type of site im wanting to do mine like , and they also use codeigniter

 Signature 
 
Posted: 28 August 2012 08:27 PM   [ Ignore ]   [ # 20 ]   [ Rating: 0 ]
Avatar
Joined: 2009-02-19
3796 posts

You can only really do that with javascript (display the image without reloading the page).  You’d probably need to use an ajax call triggered by your forms submit button, and after the image is uploaded send back the img src to the success event of the ajax call, which then inserts it into an image holder on the page which will cause the image to load in the users browser.

I don’t use mootools anymore, so I can’t really help you with that part but I’m sure there are a million examples on the net.

 Signature 
 
Posted: 28 August 2012 08:31 PM   [ Ignore ]   [ # 21 ]   [ Rating: 0 ]
Avatar
Joined: 2012-08-09
64 posts

ok :DD thank you for the help ill come back here if i need any more help! smile

 Signature 
 
Posted: 28 August 2012 08:34 PM   [ Ignore ]   [ # 22 ]   [ Rating: 0 ]
Avatar
Joined: 2012-08-09
64 posts

wait do you know how i could create keyboard shortcuts on my site?

 Signature 
 
Posted: 28 August 2012 10:10 PM   [ Ignore ]   [ # 23 ]   [ Rating: 0 ]
Joined: 2011-02-23
882 posts

Please, first learn using Google, then you can come back with serious questions/problems regarding CI and not with your problems not knowing how to write HTML/CSS/JScript or similar!

 Signature 

ignited Community Framework (WiP)  |  Read the User’s Guide. It won’t bite.

STOP! Before posting your questions, remember the WWW Golden rule:
What did you try? What did you get? What did you expect to get?

CI example .htaccess

 
2 of 2
2