RE: [PHP] where is my uploaded file ?

2004-02-24 Thread Ford, Mike [LSS]
On 24 February 2004 06:58, adwinwijaya wrote: input name=image type=file $uploadfile = $uploaddir . $_FILES['userfile']['name']; Array ( [image] = Array Hint: image!=userfile Cheers! Mike - Mike

Re: [PHP] where is my uploaded file ?

2004-02-24 Thread Jakes
var_dump($_FILES); Mike Ford [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On 24 February 2004 06:58, adwinwijaya wrote: input name=image type=file $uploadfile = $uploaddir . $_FILES['userfile']['name']; Array ( [image] = Array Hint:

Re: [PHP] where is my uploaded file ?

2004-02-23 Thread Jason Wong
On Tuesday 24 February 2004 14:58, adwinwijaya wrote: [snip] and when I look up at C:/Program Files/Apache Group/Apache2/htdocs/test/ (the target directory) .. I never found the file that I uploaded ... can someone tell me y this happen ? Maybe. But you can find out for yourself -- turn