• Welcome to Valhalla Legends Archive.
 

Upload [PHP]

Started by FuzZ, April 19, 2004, 09:55 PM

Previous topic - Next topic

FuzZ

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.

CrAzY

Email my friend mailto:[email protected]  He has dealt with many scripts for uploading files.  
CrAzY