[PHP] Re: upload image

2006-08-24 Thread Mourad Boulahboub
Hi Sonja, Sonja schrieb am 24.08.2006 12:36: > Hi, > It looks like: > > $result= move_uploaded_file($image['tmp_name'], $uploadDir . > $imagePath); is $uploadDir writeable to the webserver!? check this first. if it is > > if ($result) { >

[PHP] Re: upload image

2006-08-24 Thread Mourad Boulahboub
Hi sonja, Sonja schrieb am 24.08.2006 09:38: > Hi, > > I have problems with uploading image, here is the code > > if(isset($_POST['txtTitle'])) > { > $albumId = $_POST['cboAlbum']; > $imgTitle = $_POST['txtTitle']; > $imgDesc = $_POST['mtxDesc']; > > $images=

Re: [PHP] Re: upload image file to my server

2005-04-01 Thread Angelo Zanetti
try reading the manual before asking these questions...you will learn much more that way Nadim Attari wrote: you may use this function http://www.alienworkers.com/misc/uploadImage.htm Regards, Nadim Attari Hello, hard people. I want to do this, I like to upload image file, What can I do?. some

[PHP] Re: upload image file to my server

2005-03-31 Thread Nadim Attari
you may use this function http://www.alienworkers.com/misc/uploadImage.htm Regards, Nadim Attari > Hello, hard people. > > I want to do this, I like to upload image file, > What can I do?. > > somebody help me.? > > best regards TOMAS -- PHP General Mailing List (http://www.php.net/) To unsubsc