Valhalla Legends Archive

Programming => Web Development => Topic started by: Undeference on August 31, 2004, 03:28 PM

Title: [Perl] File uploads
Post by: Undeference on August 31, 2004, 03:28 PM
Okay, it's official: I can't find how to handle file uploads. I used to be able to do this, mind you, but it is only more recently that I've forgotten.
I can't even find any information on files being passed to CGIs. I know how the file is sent, I just don't know what the server does with it.

Any help please?
Title: Re:[Perl] File uploads
Post by: Banana fanna fo fanna on August 31, 2004, 03:57 PM
are you using a library or doing it yourself?

EDIT: google found me this: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=348&lngWId=6
Title: Re:[Perl] File uploads
Post by: Undeference on August 31, 2004, 07:00 PM
Okay... at any rate... here's how you can go about doing this (FYI, I was being stupid...):

enctype="multipart/form-data"