swfupload problems! |
[eluser]Chris Newton[/eluser]
I gave up on swfupload. I MUCH prefer the following: http://don.citarella.net/index.php/actio...-uploader/ I found it to be simpler & more reliable on all counts. It can't be styled with CSS, which is (as far as I'm concerned) is no big deal anyway. I created a CI specific version of that where all of the error reporting is handled by javascript on page, so basically the flash just needs styling changes from site to site. Unfortunately, I don't have that in a format that's easy to digest (yet) and I'm at the tail end of the gigantic project that required me to figure this stuff out in the first place so I have little time to spare. That being said. Here's what I have for swfupload (which btw, does not work on MOSSO host, but works just fine on Dreamhost, and several other hosts) This was some dev code, so there's some dumb stuff still in here. Controller Code Code: <?php if (!defined('BASEPATH')) exit('No direct script access allowed'); |
Messages In This Thread |
swfupload problems! - by El Forum - 09-10-2008, 04:25 PM
swfupload problems! - by El Forum - 09-10-2008, 06:53 PM
swfupload problems! - by El Forum - 09-10-2008, 09:09 PM
swfupload problems! - by El Forum - 09-11-2008, 04:04 AM
swfupload problems! - by El Forum - 09-11-2008, 04:04 AM
swfupload problems! - by El Forum - 09-11-2008, 04:04 AM
swfupload problems! - by El Forum - 09-11-2008, 04:14 AM
swfupload problems! - by El Forum - 09-11-2008, 04:23 AM
swfupload problems! - by El Forum - 09-11-2008, 08:02 AM
swfupload problems! - by El Forum - 09-11-2008, 09:48 AM
swfupload problems! - by El Forum - 09-11-2008, 09:54 AM
swfupload problems! - by El Forum - 10-31-2008, 07:27 PM
swfupload problems! - by El Forum - 11-15-2008, 04:13 PM
swfupload problems! - by El Forum - 11-18-2008, 04:34 PM
swfupload problems! - by El Forum - 11-18-2008, 05:28 PM
swfupload problems! - by El Forum - 11-18-2008, 06:53 PM
swfupload problems! - by El Forum - 11-18-2008, 06:56 PM
swfupload problems! - by El Forum - 11-19-2008, 03:28 AM
swfupload problems! - by El Forum - 11-19-2008, 08:27 AM
swfupload problems! - by El Forum - 11-24-2008, 04:01 PM
swfupload problems! - by El Forum - 11-25-2008, 05:07 AM
swfupload problems! - by El Forum - 11-25-2008, 03:46 PM
swfupload problems! - by El Forum - 04-20-2010, 08:49 AM
swfupload problems! - by El Forum - 04-20-2010, 08:54 AM
swfupload problems! - by El Forum - 04-20-2010, 09:09 AM
swfupload problems! - by El Forum - 04-20-2010, 09:15 AM
swfupload problems! - by El Forum - 04-20-2010, 09:36 AM
|