.htaccess files

Reply

Join Date: Feb 2008
Posts: 347
Reputation: kevin wood is an unknown quantity at this point 
Solved Threads: 1
kevin wood's Avatar
kevin wood kevin wood is offline Offline
Posting Whiz

.htaccess files

 
0
  #1
May 26th, 2009
is it possible to change the max file upload and the memory limit allowed for file uploads in php with a .htaccess file.

the server my website is held on will not give me access to the php.ini file and is running php 4.4.9
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 2,721
Reputation: adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of adatapost has much to be proud of 
Solved Threads: 501
Moderator
adatapost's Avatar
adatapost adatapost is offline Offline
Posting Maven

Re: .htaccess files

 
0
  #2
May 26th, 2009
No, you cannot.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 347
Reputation: kevin wood is an unknown quantity at this point 
Solved Threads: 1
kevin wood's Avatar
kevin wood kevin wood is offline Offline
Posting Whiz

Re: .htaccess files

 
0
  #3
May 27th, 2009
you can. if you use the following code this will work if your server will allow you to use .htaccess files.

  1. php_value post_max_size 128M
  2. php_value upload_max_filesize 128M
  3. php_value memory_limit 300M

i went about it a slightly easier way tho by putting the following code inside the php script before the image is processed

  1. ini_set('memory_limit', 'xxM')
Reply With Quote Quick reply to this message  
Join Date: Apr 2009
Posts: 257
Reputation: BzzBee is an unknown quantity at this point 
Solved Threads: 37
BzzBee BzzBee is offline Offline
Posting Whiz in Training

Re: .htaccess files

 
0
  #4
May 27th, 2009
yes its possible using above code
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum


Views: 257 | Replies: 3
Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC