Welcome Guest, Not a member yet? Register   Sign In
Problems with PHP response to flash uploader
#3

[eluser]brainer[/eluser]
Hi Chris,

thanks for the reply. I never thought of using JSON for this, might have been a good idea.

I was using the FlashTracer plug-in for Firefox to read the PHP response but it acted strangely and although the files uploaded and resized, the response didn't come...

But, I got the solution about 2 hours ago. Basically I was just trying things at random and the last thing i tried was adding these lines to php.ini:

upload_max_size: 50M
post_max_size: 50M
max_execution_time = 120
max_input_time = 180
memory_limit: 32M

I think the issue was either max_execution_time or max_input_time, i havn't narrowed it down yet. I'll post back when i know which one it is


Messages In This Thread
Problems with PHP response to flash uploader - by El Forum - 08-22-2009, 01:15 PM
Problems with PHP response to flash uploader - by El Forum - 08-23-2009, 12:25 PM
Problems with PHP response to flash uploader - by El Forum - 08-23-2009, 03:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB