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) {
>
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=
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
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
4 matches
Mail list logo