![]() |
Weird Swf Upload problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: Weird Swf Upload problem (/thread-18116.html) |
Weird Swf Upload problem - El Forum - 04-26-2009 [eluser]dannyded[/eluser] I integrated Swf upload to my site and everything works perfectly. But sometimes I have weird problem. When I select file larger then 1,5 - 2 MB, swf upload starts and everything (swf debug) says it's ok. But uploaded image file doesn't exist. And next time when I select some smaller file to upload, everything goes ok again, and then in my upload folder apperas currently uploaded file AND previously uploaded (larger) file. Did anyone else expierenced this? I cannot find solution. My config allows files up to 5 MB, in my htaccess I also set this: Code: php_value memory_limit 64M |