Hi,
I'm having some issues w/ larger files. With debug mode on, I can track the status of the upload as it reaches completion and returns an upload success status. However, the file is never uploaded. I do not encounter this issue with smaller files (e.g. 3MB) NOR when I test the script locally.

Here is some more info around my environment/settings:
Here is the environment detail:
- latest version of swfupload
- CentOS 5 Operating System
- Apache/1.3.41 (Unix)
- PHP/5.2.5
- Increased max upload size to 500MB in both php.ini and .htaccess
- set_time_limit to 1200
- Set memory size to 256MB in php.ini

Any thoughts?

Thanks.