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

[eluser]Crafter[/eluser]
Use this check:
Code:
if ( isset($_FILES['userfile']['name'] ) && ($_FILES['userfile']['name'] != '') ) {
      }

And take Coolfactors advise to use the library correctly.


Messages In This Thread
File Upload difficulties - by El Forum - 09-03-2007, 11:51 AM
File Upload difficulties - by El Forum - 09-03-2007, 04:45 PM
File Upload difficulties - by El Forum - 09-03-2007, 05:03 PM
File Upload difficulties - by El Forum - 09-04-2007, 02:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB