Saturday July 31, 2010 @ 04:10:29 GMT+10    ( Weather:  18°C / 64°F  -  Partly Cloudy )
Home » Weblog Archives

Info *NOTE* This page is NOT the actual weblog entry. The purpose for this page is to provide extra background information on how this particular entry is constructed, by using custom markups and tags. To read the actual content of this entry, please go to here.

The Raw Structure:

Markup | Tag used: BBCode


Below is a quick guide to get PHP accept larger upload file size.

Step 1.
[box]Edit your PHP.INI file on the server
[pre]MAX_EXECUTION_TIME = 2400
MEMORY_LIMIT = 128M
POST_MAX_SIZE = 128M
UPLOAD_MAX_FILESIZE = 128M[/pre][/box]

Step 2.
[box]Create a .htaccess file in your root folder.
[pre]php_value post_max_size 128M
php_value upload_max_size 128M[/pre][/box]

Step 3.
[box]For HTML <FORM>
[pre]<input type="hidden" name="max_file_size"
value="134217728">[/pre][/box]

Live Rendering:

The real-time rendered result...

Tip: Larger Upload Size Limit For PHP - 12:46 pm
Guides , PHP  -  poster 

Below is a quick guide to get PHP accept larger upload file size.

Step 1.
Edit your PHP.INI file on the server
MAX_EXECUTION_TIME = 2400
MEMORY_LIMIT = 128M
POST_MAX_SIZE = 128M
UPLOAD_MAX_FILESIZE = 128M


Step 2.
Create a .htaccess file in your root folder.
php_value post_max_size 128M
php_value upload_max_size 128M


Step 3.
For HTML <FORM>
<input type="hidden" name="max_file_size" 
value="134217728">
$ view_blog.php 2009.09.17 18:16:41 $
Lost? | XML/HTML sitemap | Contact
38.107.191.89 , 23 queries , 0.0455s
Gzip enabled , CSS compressed , JS compressed
Copyright © 2005-2009 Darren's Outpost