This is a discussion on better error handling within the PHP Language forums, part of the PHP Programming Forums category; Stijn Goris wrote: > hi all, > > I cannot pass the of(move_uploaded_file($_FILES["imagefile"]["tmp_name&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Stijn Goris wrote:
> hi all, > > I cannot pass the of(move_uploaded_file($_FILES["imagefile"]["tmp_name"], > $uploaddir . $_FILES["imagefile"]["name"])) statemet and need some more > clear errorhandling besides the TRUE FALSE story. Can PHP telll me more in > detail why he returns a FALSE? > > kind regards > Stijn if you print out the contents of $uploaddir.$_FILES['imagefile']['name'] you'll find that it's not what you expected, I think. |
|
|||
|
hi all,
I cannot pass the of(move_uploaded_file($_FILES["imagefile"]["tmp_name"], $uploaddir . $_FILES["imagefile"]["name"])) statemet and need some more clear errorhandling besides the TRUE FALSE story. Can PHP telll me more in detail why he returns a FALSE? kind regards Stijn |