Jun Yu wrote:
Quote:
hi everyone, i want to know how to create a link on my webpage that opens
a new browser window that prompts for a login and password and lets people
drag and drop from a particular folder in my web server? i have set up an
additional ftp account and specified the folder with my web hosting
provider, but i need help to program the link.. any suggestions? thanks |
<a href="ftp://my.ftp.server/foldername" target="_new">My FTP Folder</a>
Anything beyond that is not an HTML question, and will most likely be
specific to the operating system and web browser that's being used.
With Konqueror on Linux/Unix and Internet Explorer on Windows, you should be
able to drag and drop between the local filesystem and the remote FTP site.
Consult your FTP server's documentation to find out how to make it request a
username and password before beginning the FTP session, and to find out how
to create user accounts.
--
sandy