> Hello everyone. Howdy
> > I'm trying to write a script for Uploading pictures. > > Can you give me some advice?? > What module to look at first?? use CGI; See the documentation at cpan. Things I've found are :: - upload the file before any headers are printed - don't forget to make your form 'multi-part/form-data' like so :: <form ENCTYPE="multipart/form-data" method="post" action="upload.cgi"> DMuey -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]