I need to allow users to upload their own images to our server (perhaps to a database). I've heard of GCI.pm module. Is this the best module to use and can any one point me to a basic tutorial for it?
Thanks.
Maynard.
Storyteller
2:10 am on Oct 1, 2003 (gmt 0)
Handling file uploads with CGI.pm is easy. See [search.cpan.org...]
Brett_Tabke
2:13 pm on Oct 2, 2003 (gmt 0)
That is probably the easiest and most secure way to do it.
On the down side, cgi.pm is a huge huge beast. Many people wont run it in a enterprise environment because it can bring a server to its knees in heavy usage.