Valhalla Legends Archive

Programming => Web Development => Topic started by: FuzZ on April 19, 2004, 09:55 PM

Title: Upload [PHP]
Post by: FuzZ on April 19, 2004, 09:55 PM
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.
Title: Re:Upload [PHP]
Post by: CrAzY on May 12, 2004, 07:00 AM
Email my friend mailto:[email protected] (http://mailto:[email protected])  He has dealt with many scripts for uploading files.