Could anyone give me some advise on this? I need to build a facility for a client of mine to upload files for clients of theirs to download. Originally I was planning to do this in php (I've built a number of cms involving the uploads of files)but the size of the files may be an issue (they may be large files 10mb plus). As well as allowing my client to upload I would also want my clients clients to upload too. I don't want to rely on everyone downloading an ftp programme. Basically I would like uploads to be carried out via a browser. What would be the best way for me to go about doing this? I know that I need to use ftp, but I could do with some help in where to start.
Well to connect to an ftp server via a web browser you just site ftp://username:password@my.website.com
Yeah that's the easiest way to get to ftp of site but if many of the clients aren't literate enough to drag and drop files into proper locations it could end up being a disaster...