Hello, I was wondering if anyone knew the best way to upload a file and then populate the text area with the text file you just selected. Is there any way to do that with perl and cgi instead of having to use javascript? Or if that is not possible in perl and cgi is there a way to save the message i select so that it will be referred to as "message" . i have the code to upload the file which is:
<form method="post" enctype="multipart/form-data" action="form.cgi"> <input type="file" name="message" size=55> thanks for any help. Greg -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]