Dear all, I was just creating two upload pages,both will upload files into directory named "bin". ./bin/ <-- directory where the files uploaded ./admin/upload.php <-- I wrote path as "../bin/" ./userupload.php <-- I wrote path as "bin/" I was confused because ./userupload.php failed to upload while ./admin/upload.php run as expected. Was it because the directory name "bin"? This problem solved when I rename the directory into another name. FYI, I'm using AppServ with PHP 4.4.1 on Windows environtment. Does anyone have any explanation? -- thanks, Yeni Setiawan