I've a question: I have a perl script which does the authentication and on success it displays a menubar in that i have a file_upload faculty for members.
(<a href="http://mysite/file_upload.html">Upload </a>) When selected file_upload.html in that there is one input taken for destination folder. Now what i want is the login name taken by the perl file must be send to this file_upload.html as Upload Directory Name.
Part of file_upload.html
<td width=30% align=right><b><font face="arial" size=1>Upload Directory Name:</font></b></td>
<input name="filedirname" size=30>
The input for filedirname should be filled from login value taken by perl file. Any way?
Thank you in advance.