Forum Moderators: coopster
I wonder if anyone can give me some direction for this problem:
I am trying to design some form of upload system to allow people to send me large files. As these tend to be between 10 and 20MB, email just won't cut it and there is a cap of 5MB with my provider anyway.
I then thought of uploading via webform but there is an 8MB cap on that. This leaves me FTP but if I implement this as a PHP script then I will still be capped by the HTTP max upload file size.
As I only have one FTP account (the web root account) it is not viable to give out the user details to people wishing to send me large files ..
If anyone can help or give me an idea where i need to look I'd be most appreciative ..
cheers
ben