Welcome Guest, Not a member yet? Register   Sign In
File Upload
#2

[eluser]eoinmcg[/eluser]
If your form input for the file was:
Code:
<input type="file" name="file"  />


Then you could do this
Code:
if($_FILES['file']['size'])
        {
            // do upload here
        }


Messages In This Thread
File Upload - by El Forum - 02-09-2010, 06:38 AM
File Upload - by El Forum - 02-09-2010, 08:01 AM
File Upload - by El Forum - 02-09-2010, 09:48 AM
File Upload - by El Forum - 02-09-2010, 10:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB