|
Posted by J.O. Aho on 12/11/06 10:27
titecs wrote:
> Hi
>
> How I to send downstairs code to server ?n the form of mult? ?mages
> and How I d?splay this form ?n the web
>
> resim(turkish)=picture(english)
>
> one picture send
To send more than one image at the time, you need to increase the the input
fields in the form.
In the receiving end you then have to process one image at the time, just make
a loop through $_FILE for each file, move it to the location.
When displaying, it's the normal img-tag, just use the image name from the
database and don't forget to add the path to the directory too (web path).
You can take a look at http://codewalkers.com/seecode/192.html
//Aho
Navigation:
[Reply to this message]
|