
Originally Posted by
kuroi
The PHP ini values are set in your php.ini file. The location of this file depends upon how php has been installed on your server. It will be outside of your web space and changing values requires the server to be rebooted before they take effect. So definitely one that would require help from whoever manages your server.
There are ways of overriding these values. For example, inserting the following in your .htaccess file may work.
However these sort of changes are often blocked by web hosts (who tend not to want their defaults overridden). So again one to discuss with whoever manages your server.
So let's step back a moment. The fundamental problem here is that although there are tools for moving large files around the internet, your customers don't want to use them (and I can understand the resistance - even though we know that it's really easy).
Although there is an FTP plugin for Firefox (FireFTP), I'm guessing that needing to install a plugin won't go down to well and anyway most of your customers will most likely be using IE, which believes that it already does the job, though your experiences suggest that it doesn't.
Another browser-based approaches involves slicing. The idea being that the large file is slicing into acceptably small chunks, transmitted and then re-assembled on the server. You can find a low-cost java (not javascript) browser plugin at upload.thinfile.com/resume/ though I've not tried this myself. I think that I saw a javascript/php variant of this approach a couple of years back, but sadly can't remember where.
An alternative approach is that offered by mailbigfile.com. In effect they host the form where the file is uploaded, which for a small charge can be branded with your company's details.
Bookmarks