I've been looking through a few scripts tryin to figure out how you upload files using PHP. I haven't seen anything yet, but while I'm looking does anyone know a method?
Thanks in advance.
Edit-> Nevermind, I got it..
you use a form using post method and enctype 'multipart/form-data'
with a file type input object then $_FILES[''] variable. It's pretty nifty.
Email my friend mailto:
[email protected] (http://mailto:
[email protected]) He has dealt with many scripts for uploading files.