THE ZEPINT NETWORK

programmer assist

Web Development Web Development XML Feeds

Web Development Questions Web Development Solutions Web Development Articles

Web development incorporates all areas of creating a Web site for the World Wide Web. This includes Web design (graphic design, XHTML, CSS, usability and semantics), programming, server administration, content management, marketing, testing and deployment. The term can also specifially be used to refer to the "back end", that is, programming and server administration. There are usually more than one member that works on a given Web Development team, each specialising in his or her own field.

Uploading in PHP

DiggBlinkRedditDeliciousTechnorati

question by Nilesh | Easy

How to upload more than 2Mb files in PHP? without increasing max_upload_size in php.ini file .

Post reply Subscriptions

Re: Uploading in PHP

reply by Trevor

You can use a .htaccess in the directory you are running your script from.

-- This goes in your .htaccess
RewriteEngine On
php_value post_max_size 1000M
php_value upload_max_filesize 1000M
php_value max_execution_time 6000000
-- This is the end of your .htaccess additions


Or you can use the following PHP Command...


ini_set(?upload_max_filesize?, ?103809024′);


The number is the number of bytes.

Have fun.

Post reply Subscriptions

Got a Web Development Question?

Just Sign Up and ask the top Web Development experts!

Search via Google

User Login

Email Address

Password

Web Development Experts

Rank Expert Points
#1 Srirangan 1050
#2 frankzzsword 500
#3 mastercomputers 100
#4 Adkron 50
This a list of the Top Web Development experts, how many points do you have?

Leading Experts

Rank Expert Points
#1 frankzzsword 4600
#2 Bejaan 2900
#3 csfreak 1100
#4 Anurag 700
#5 keyvez 700
#6 nnarasimha 600
#7 Nakata 600
#8 martinig 600
#9 mastercomputers 400
#10 Huntress 150
#11 Adkron 150
#12 Yogesh 100
#13 lexxwern 100
#14 Mustan Khan 100
#15 poizn 100
This is a list of overall best performing experts, how many points do you have?