suresh kumar wrote:
> Hi,
hi ([EMAIL PROTECTED]([EMAIL PROTECTED]([EMAIL PROTECTED](*%([EMAIL
PROTECTED]([EMAIL PROTECTED]@#
> I am waiting reply from any one
do we have someone here called 'any one'? how about you reply to one
of the people who answer your questions.
PS - the tmp file is remo
[snip]
The Code is running properly.But I dont Know Where The uploaded image
is Stored in the server.I checked "/tmp" directory,but image is not
there,is there any function where i can specify the location of the
server where my image is to be stored i also tired move_uploaded_image()
function .
Hi,
This is the code i am using for image upload.
if ($_FILES['ufile']['name'] != NULL)
{
$FlName= $_FILES['ufile']['name'];
if(!is_uploaded_file($_FILES['ufile']['tmp_name'])){
print "
alert(\"Error! The expected file wasn't loaded\");
";
3 matches
Mail list logo