Welcome Guest, Not a member yet? Register   Sign In
Check to see if there is a file to upload
#2

[eluser]JoostV[/eluser]
Code:
if (isset($_FILES['userfile']['name']) && $_FILES['userfile']['name'] != "none") {
    // File was posted
}


Messages In This Thread
Check to see if there is a file to upload - by El Forum - 12-06-2009, 03:31 AM
Check to see if there is a file to upload - by El Forum - 12-06-2009, 06:02 AM
Check to see if there is a file to upload - by El Forum - 12-06-2009, 07:13 AM
Check to see if there is a file to upload - by El Forum - 12-06-2009, 07:28 AM
Check to see if there is a file to upload - by El Forum - 12-06-2009, 07:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB