Welcome Guest, Not a member yet? Register   Sign In
Multi Upload with CI & swfUpload
#6

[eluser]andjules[/eluser]
I managed to get this working too...
here are a couple of extra pointers to help the next person:
a) stating the obvious for newbies & people experiencing a 'brain fart' (I was a little bit of both): the controller that loads the view that displays the swfUpload page ISN'T part of the Upload controller shown in the example above. You could show the swfUpload function on your welcome controller/view, if you wanted. The Upload controller above is just where swfUpload SENDS the file
b) more imporantly, if you're using .htaccess, you'll need to add the folder/folder path you plan to upload to, e.g. notice the 'filetemp' (my upload folder) in the following:
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|assets|filetemp|robots\.txt)
RewriteRule ^(.*)$ /index.php?$1 [L]
or it will just hang (if you set the log threshold to debug in config.php, it'll tell you that the upload path doesn't seem to be valid)


Messages In This Thread
Multi Upload with CI & swfUpload - by El Forum - 02-03-2008, 11:47 AM
Multi Upload with CI & swfUpload - by El Forum - 02-03-2008, 01:54 PM
Multi Upload with CI & swfUpload - by El Forum - 02-06-2008, 05:54 PM
Multi Upload with CI & swfUpload - by El Forum - 02-29-2008, 05:12 PM
Multi Upload with CI & swfUpload - by El Forum - 03-04-2008, 03:41 PM
Multi Upload with CI & swfUpload - by El Forum - 04-04-2008, 09:34 PM
Multi Upload with CI & swfUpload - by El Forum - 06-07-2008, 05:31 PM
Multi Upload with CI & swfUpload - by El Forum - 06-13-2008, 12:01 AM
Multi Upload with CI & swfUpload - by El Forum - 06-13-2008, 12:37 AM
Multi Upload with CI & swfUpload - by El Forum - 06-13-2008, 12:58 AM
Multi Upload with CI & swfUpload - by El Forum - 06-13-2008, 05:36 AM
Multi Upload with CI & swfUpload - by El Forum - 06-13-2008, 05:36 AM
Multi Upload with CI & swfUpload - by El Forum - 06-13-2008, 09:18 AM
Multi Upload with CI & swfUpload - by El Forum - 06-13-2008, 09:39 AM
Multi Upload with CI & swfUpload - by El Forum - 06-25-2008, 11:06 PM
Multi Upload with CI & swfUpload - by El Forum - 10-01-2008, 07:55 AM
Multi Upload with CI & swfUpload - by El Forum - 10-08-2008, 12:40 PM
Multi Upload with CI & swfUpload - by El Forum - 10-08-2008, 05:03 PM
Multi Upload with CI & swfUpload - by El Forum - 04-27-2009, 07:37 AM
Multi Upload with CI & swfUpload - by El Forum - 04-27-2009, 01:33 PM
Multi Upload with CI & swfUpload - by El Forum - 09-25-2012, 09:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB