Welcome Guest, Not a member yet? Register   Sign In
Checking to see if there is file upload? [solved]
#5

[eluser]Bramme[/eluser]
Code:
if ($_FILES['userfile']['error'] ! = 4) {
    // upload
}
That error specifically checks if a file was selected.


Messages In This Thread
Checking to see if there is file upload? [solved] - by El Forum - 08-10-2008, 05:03 AM
Checking to see if there is file upload? [solved] - by El Forum - 08-10-2008, 05:21 AM
Checking to see if there is file upload? [solved] - by El Forum - 08-31-2008, 12:08 AM
Checking to see if there is file upload? [solved] - by El Forum - 08-31-2008, 02:52 AM
Checking to see if there is file upload? [solved] - by El Forum - 08-31-2008, 04:12 AM
Checking to see if there is file upload? [solved] - by El Forum - 06-08-2011, 09:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB