Welcome Guest, Not a member yet? Register   Sign In
Using SWFUpload + Sessions + upload class, how I did it.
#46

[eluser]TheGman[/eluser]
[quote author="outrage" date="1242953236"]Hi Guys,

Just repeating this from a similar post I made some time ago.

The simple way to get flash uploaders working is to set...

$config['sess_match_useragent'] = FALSE;

in your config file.

The CI session manager is getting a different user-agent from the flash component (as mentioned above) and deleting the session.

If you're worried about doing this, faking a user-agent string is so easy that this method doesn't offer much in the way of security anyway.

Good luck.[/quote]

Thank you so much!!!! Worked perfectly.

Tested in IE8, Safari 4.0.4 and Firefox 3.6.3


Messages In This Thread
Using SWFUpload + Sessions + upload class, how I did it. - by El Forum - 04-17-2010, 12:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB