HI Guys, I am using Debian5 and I have facing problem in file uploading using move_uploaded_file() function in PHP
Error is. I will give move_uploaded_file($_FILES["file"]["tmp_name"], "/tmp/".$_FILES["file"]["name"]); [1] /tmp folder working. I have uploaded saving files in /tmp location [2] But I have changed /tmp to /home/user/uploads folder not uploaded [3] I am using same permission /tmp and /home/user/uploads root@server:~# php --version PHP 5.2.6-1+lenny16 with Suhosin-Patch 0.9.6.2 (cli) (built: Feb 3 2012 08:19:55) Copyright (c) 1997-2008 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies Any clues how to use move_upload_file, or I cam use some other function, guide me. -Ganesh. Did I learn something today? If not, I wasted it. _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
