Probably*
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
August 28, 2012 5:34pm
Subscribe [2]#16 / Aug 28, 2012 8:02pm
Probably*
#17 / Aug 28, 2012 8:04pm
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.
#18 / Aug 28, 2012 8:13pm
iv’e read almost every single one of those 0.0
#19 / Aug 28, 2012 8:15pm
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?
#20 / Aug 28, 2012 8:17pm
because http://9gag.com is a type of site im wanting to do mine like , and they also use codeigniter
#21 / Aug 28, 2012 8:27pm
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.
#22 / Aug 28, 2012 8:31pm
ok :DD thank you for the help ill come back here if i need any more help! 😊
#23 / Aug 28, 2012 8:34pm
wait do you know how i could create keyboard shortcuts on my site?
#24 / Aug 28, 2012 10:10pm
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!