Quote:
Originally Posted by ozsan UH have already generously given me a maximum of 12mb but that is still not enough. I think I will have to go with an outside upload system. The problem I am having is getting one that does not require my customers to either join or log in to. I'm happy to pay but can't afford some of the options, some are as high as $99 per month and that's more than I earn in restorations. So I'm still looking and contacing the file sharing sites but I have very limited internet access at the moment (I'm staying a a friend's house for a couple of weeks and can't use all of their internet allowance) so it's taking longer than I would like I'll just keep looking. |
You should set up a new user in your account with ftp access. Then read up on PHP FTP because in theory, once it has made the ftp connection to your user account, everything happens via ftp and not http. That way you can upload any file size without using http. I think the php task controlling it will only be waiting for the ftp put to finish so it will use minimal resource. So providing UH will remove the limits for you on PHP FTP, then there is no reason why you can't do it from your site. But you have to read up on how to do it first. There is plenty of info on the web.