Forum Moderators: coopster
I want to allow people to upload images on to the site. The path of the image will be store in a database, together with all the other infomation regarding the pictures.
How do I do the upload with PHP when I do not have FTP? I read somewhere you can use streams to upload on to the server but I have no idea how. Or should I just install a FTP? If so, how do I install an FTP on my computer.
it just so happens we have a very helpful post from Birdman that demonstrates this exact thing
Image upload and Thumbnail Generator [webmasterworld.com] msg 29
it does a little more than you may need but it is a solid uploader. It also makes thumbnails which is very useful for showing a small image and then having a 'click to enlarge' or something.