Re: need help with upload files.

2004-10-21 Thread Gunnar Hjalmarsson
Anish Kumar K. wrote: I wrote a script to upload one file to one location. The HTML files reads a particular file using and in the form action I have called upload.pl file. in the upload.pl file... $upload_dir = "/home/anish/upload"; $filename = $q->param("filename"); $email_address =

need help with upload files.

2004-10-21 Thread Anish Kumar K.
I wrote a script to upload one file to one location. The HTML files reads a particular file using and in the form action I have called upload.pl file. in the upload.pl file... $upload_dir = "/home/anish/upload"; $filename = $q->param("filename"); $email_address = $q->param("email_ad