Hi all, We need to transfer large files over the Internet. I was wondering what the best (and user friendliest) solution is.
I had a few things in mind: - FTP (not really user friendly imho) - PHP + MySQL database storing binary data (maybe an existing package already exists?), a bit tedious to write from scratch. - WebDAV? It's a bit more than actually just transferring files. The "location" has to have some user rights management and if possible transfer resume. With large files I mean high quality images, CAD drawings and movies (max. around 1 GB a piece). Any thoughts? Thanks! Michael
