EllisLab text mark
Advanced Search
1 of 2
1
   
Guide: CodeIgniter + uploadify + Session Cookie (Flash)
Posted: 31 May 2012 02:35 AM   [ Ignore ]   [ # 11 ]   [ Rating: 0 ]
Avatar
Joined: 2009-01-13
34 posts

I have almost wasted 150$ worth of my time in implementing uploadify with CI, it just doesn’t work. Here is my use case which I will be addressing with plain old JS
* Let user create a gallery with dimensions for thumbnails using a simple form
* Allow user to upload images in that same form
* On form submit, create a gallery entry in db, if failed inform user
* If prev step passes, create a sub folder for that gallery in a designated folder, in this gallery folder create thumbs folder
* Create thumbs out of original and place thumbs in thumbs dir and original in respective gallery folder
* Update db with every upload.
* All this has to be portable, and should take into account upload restrictions on a server and php settings

But still keeping track of this thread.

 Signature 

LAMP Development Blog
Shameless Self Promotion

 
Posted: 04 June 2012 09:56 AM   [ Ignore ]   [ # 12 ]   [ Rating: 0 ]
Avatar
Joined: 2010-09-24
240 posts

Likewise, I haven’t been able to reproduce a working sample from the info in this thread.

 Signature 

Taskhub - Your local Marketplace for tasks and errands

 
Posted: 04 June 2012 01:30 PM   [ Ignore ]   [ # 13 ]   [ Rating: 0 ]
Avatar
Joined: 2009-02-19
3801 posts

I wouldn’t rely on a flash upload anyway, unless people being able to use your app on iPads/iPhones isn’t a concern to your project.

 Signature 
 
Posted: 04 June 2012 02:08 PM   [ Ignore ]   [ # 14 ]   [ Rating: 0 ]
Avatar
Joined: 2009-01-13
34 posts

The only thing I wanted to implement was to let users upload multiple files using something like AJAX. I could do client side stuff using jQuery, limited the number of uploads to limit set by server, I display the max upload size allowed by server and show the file size as soon as file is selected/browsed, user is warned as soon a file limit is met, I just need to warn user of max upload size.

 Signature 

LAMP Development Blog
Shameless Self Promotion

 
Posted: 10 July 2012 04:23 PM   [ Ignore ]   [ # 15 ]   [ Rating: 0 ]
Avatar
Joined: 2012-03-16
7 posts

I’d love to see the controller the OP is using.

 
Posted: 04 October 2012 06:03 AM   [ Ignore ]   [ # 16 ]   [ Rating: 0 ]
Avatar
Joined: 2010-09-24
240 posts

I hate bumping an ancient thread like this one, but since the OP didn’t show up and I made something similar I might as well post it here.

In answer to a question on this forums I’ve put a working example of uploadify integration onto Github.

 Signature 

Taskhub - Your local Marketplace for tasks and errands

 
1 of 2
1