You are here
Roe5685 - Thu, 2010/01/21 - 21:13
The default limits file size to very small files.
How do I change that so I can send ideally 2 gig files? Or at least files greater than 50,000 bytes?
Forum:
The default limits file size to very small files.
How do I change that so I can send ideally 2 gig files? Or at least files greater than 50,000 bytes?
A quick google revealed this
On the eXtplorer website it explains how to enable larger files. Have a look here. Please note I have not tested this so cannot confirm it works.
Let us know how you go with it because others may be interested in doing that too.
Good luck
Where are you being limited?
I'm stuck too..
I did a search for the ".htaccess" file and it was found in two places.
/var/www/extplorer/config/.htaccess
/var/www/extplorer/include/.htaccess
Being the linux no0b I am, I had NO idea how to open the file through the command line since the OS has no comfortably soft GUI to guide me through the list of text editors that may be installed. Deciding to move onto something more dangerous I logged into the webmin and started clicking around. Under "Tools" I found "File Manager" and was able to locate the files, save and open them on the machine I'm on now. The only thing is, is that when either file is opened they both say the same thing. "deny from all" Nothing else is in the file. I'm lost. Please someone shed some light on what simple thing I'm doing wrong or where I'm supposed to be looking. Thanks in advance and keep up the great work!
edit php.ini I think
I haven't tried this (as I use FTP instead) but I'm pretty sure you'll need to edit /etc/php5/cgi/php.ini
If you make a backup copy first you can't go too far wrong
The following may need to be edited:
max_execution_time may need to be increased too.
There are probably other limitations too (eg in apache?) but you should be able to increase it a bit.
It's not really suiited to large files though, FTP (sftp) would be a better bet.
php.ini
Thanks for your response. Getting ready to boot the server back up and try your steps out. Took some time to try to answer my question on my own but still after googling most people said it's dependent upon where you installed everything. So I decided to write out some commands on index cards and post them around my desk so to learn more about the CLI.
Also looking more into setting it as SFTP.
Add new comment