Posted by Geoff Berrow on 01/11/07 14:02
Message-ID: <lrfcq2hqu4kb371ucmdvp4levjt5615acl@4ax.com> from Dave Nash
contained the following:
>>The op already said he was uploading a file.
>
>ive just tested it again live and the image doesnt seemed to have
>uploaded. It took a while for the page to process so I had assumed the
>upload was ok.
probably this
$image = $_FILES["image"];
should be
$image = $_FILES["ud_image"];
You have to tell the function what image you are uploading. (ie the form
element name)
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
[Back to original message]
|