Forum Moderators: coopster & phranque

Message Too Old, No Replies

Uploading Images

         

Maynard

3:00 pm on Sep 30, 2003 (gmt 0)

10+ Year Member



Hi everyone,

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)

10+ Year Member



Handling file uploads with CGI.pm is easy. See
[search.cpan.org...]

Brett_Tabke

2:13 pm on Oct 2, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



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.