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 =
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