FTP in a web page?

Miscellaneous Forums/General Discussion/FTP in a web page?

I've got to get a project finished before I can leave today. Basically I need to be able to open up an FTP site in a browser (I've already configured and secured the FTP site). I need to enable the users the drag and drop files into the ftp area. IE6 will open up an FTP site and permit this but, as I just discovered, IE7 has been seperated out and now just displays a web page listing the contents of the FTP site.

I guess I'm asking if anyone knows of an ActiveX control (or Flash, or anything else for that matter) that I can drop into a web page (ASP or ASP.Net) that will enable users to drag and drop files into an FTP site. Any ideas?

Thanks.

Try the following url:

http://www.aspin.com/home/webapps/fileoper/upload

Thanks - I've given up now. I've told them it's not going to happen before Christmas.

Any reason why you wouldn't do it through "My Network Places">>"Add new network place"?

I need to have an area of a webpage that users can drag and drop file into. The client has requested that FTP is used to achieve this. It was easy to do in IE6, because of the way IE hooked into FTP sites.