Welcome Guest, Not a member yet? Register   Sign In
[HELP] Upload File gives Blank Page in Production Server.
#6

[eluser]Mr. Pickle[/eluser]
Add a else statement to the if (!empty($_FILES['userfile']['name']))
So:

Code:
if (!empty($_FILES['userfile']['name']))
{
    // what was already there
}
else
{
    echo 'userfile seems empty!';
}

Gives at least the info if it gets into the if, if there was no else before it can explain why page stays empty without errors or echoes.


Messages In This Thread
[HELP] Upload File gives Blank Page in Production Server. - by El Forum - 10-16-2012, 09:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB