[php 4.0.5] file upload

How is it possible to upload files to a certain folder using a form and php, i know how it workes on php 4.3 but i have 4.0.5 on my own server…

plz tell me how…

Im not far into PHP so I can’t help much, but check this thread out, maybe it will help.

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=11817

I think the process is still the same as long as your server has set the write properties “on”.

check this site:

PHP tut from robouk.com

Goodluck!

That link is great, comicGeek!! :beam:

The one lost posted did not work for me… but i think it’s something with my server :slight_smile:

i wanna thank you guys for the reply’s but in the meantime, i asked the host for an php update, and guess what, after 2 houres he updated php to 4.3… so i got it working with the first script i had…

anyways, thanks

Ahmed, I got the first one to work fine, but I had some major problems getting it there. It turns out that I forgot to CHMOD the folder that I am saving the files to… if that isn’t the problem, then make sure the paths are accurate.

Oh… I see…
Well i got the second script working fine for now :slight_smile: