SquidSec Posted March 22, 2007 Posted March 22, 2007 I'm looking for a recommendation for a web application that can run on a LAMP server. Here are the requirements: - HTTP/S based web page that will allow users to logon and up/down files based on a clientless application (java?) - resume on large files - graphical representation of their user folder, available files (etc.) - suitable for multi-gig files Your thoughts are appreciated. Quote
lunex Posted March 23, 2007 Posted March 23, 2007 HTTP/1.1 has built in support for this. It's called WebDAV. Just setup a LAMP and enable authentication and DAVfs. However, I doubt it can let you resume uploads, but resuming a download should be no problem. The multi-gig-ness alowed for files would be limited only by bandwidth, the web server software and the filesystem. No need for a web application at all. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.