<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1038433" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1038433</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-upload-file-limit#comment-1219738</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;pr0gr4mm3r;219734 wrote:&lt;/strong&gt; You mean (1024&lt;strong&gt;KB&lt;/strong&gt; x 18), right?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;of course! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 26 May 2007 15:14:35 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1219738 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-upload-file-limit#comment-1219734</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: (1024MB x 18)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;You mean (1024&lt;strong&gt;KB&lt;/strong&gt; x 18), right?&lt;/p&gt;
&lt;p&gt;If your version of PHP was compiled as a CGI module, and not an Apache module (most likely), then you can&#039;t change your settings from a .htaccess file.  Your host must allow you to have your own php.ini file.  If you have PHP 5.2 or higher, place the following line in a file and name it php.ini.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;upload_max_filesize = 100M&lt;br /&gt;post_max_size = 100M&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Also, you may be able to use the &lt;a href=&quot;http://us.php.net/manual/en/function.ini-set.php&quot; class=&quot;bb-url&quot;&gt;ini_set()&lt;/a&gt; function to change the values at runtime.  See &lt;a href=&quot;http://us.php.net/manual/en/ini.php#ini.list&quot; class=&quot;bb-url&quot;&gt;this page&lt;/a&gt; for more information.&lt;/p&gt;
 </description>
     <pubDate>Sat, 26 May 2007 14:33:28 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1219734 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-upload-file-limit#comment-1219727</link>
    <description> &lt;p&gt;you need to speak with your server host first. Find out what the maximum they allow per file is.&lt;/p&gt;
&lt;p&gt;is it dedicated/shared?&lt;/p&gt;
&lt;p&gt;this 18.47MB you mention, is this by any chance a recording of the bandwidth data transfer?&lt;br /&gt;
as data storage is 1024KB=1MB&lt;br /&gt;
whereas bandwidth is 1000KB=1MB&lt;/p&gt;
&lt;p&gt;which would mean you actually have a limit of 18MB on hard disk and 18.47 would be &#039;about&#039; correct for bandwidth (1024MB x 18)&lt;/p&gt;
 </description>
     <pubDate>Sat, 26 May 2007 07:46:55 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1219727 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-upload-file-limit#comment-1219657</link>
    <description> &lt;p&gt;I think master setting does not come into effect if you have overwritten local settings.&lt;br /&gt;
The reason I am saying this is that my server only allowed me to upload 2MB and I have overwritten it by placing php.ini in my folder with max limit to 50MB.&lt;br /&gt;
Now for some reason I can also only upload upto 18MB. I cannot upload anything above 18MB.&lt;br /&gt;
May be after 18MB there is someother configuration variable that come into play which we are not aware of yet.&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 May 2007 21:32:17 +0000</pubDate>
 <dc:creator>kaon</dc:creator>
 <guid isPermaLink="false">comment 1219657 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-upload-file-limit#comment-1219193</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;teammatt3;219192 wrote:&lt;/strong&gt; The master upload_max_filesize is 2M (the right column). Since you created the htaccess file, it set the local max_upload_filezie to 100M. You can&#039;t override the master PHP settings without root access. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;heeheh I see. but on the other hand.. it lets me upload files to up to 18 mb.. so that&#039;s odd &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/confused.png&quot; title=&quot;Confused&quot; alt=&quot;Confused&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 May 2007 19:27:18 +0000</pubDate>
 <dc:creator>gabrielino</dc:creator>
 <guid isPermaLink="false">comment 1219193 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-upload-file-limit#comment-1219192</link>
    <description> &lt;p&gt;The master upload_max_filesize is 2M (the right column). Since you created the htaccess file, it set the local max_upload_filezie to 100M. You can&#039;t override the master PHP settings without root access. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;*I think that&#039;s right*&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 May 2007 19:00:07 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1219192 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-upload-file-limit#comment-1219189</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;teammatt3;219187 wrote:&lt;/strong&gt; I don&#039;t know for sure, but I&#039;m betting that your host is preventing you from uploading something that big from a PHP form. Write &lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt; phpinfo&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(); &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt; on a test page and see what upload_max_filesize is. I don&#039;t think you can make it greater than what the PHP on the server is config&#039;d to. The .htaccess would be used to make it smaller than what PHP is set to. I think.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Hi Teammatt3&lt;/p&gt;
&lt;p&gt;it&#039;s set to&lt;/p&gt;
&lt;p&gt;upload_max_filesize	100M	2M&lt;/p&gt;
&lt;p&gt;and my uploads stop at 18.47mb exactly. &lt;/p&gt;
&lt;p&gt;weird &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/confused.png&quot; title=&quot;Confused&quot; alt=&quot;Confused&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 May 2007 15:19:19 +0000</pubDate>
 <dc:creator>gabrielino</dc:creator>
 <guid isPermaLink="false">comment 1219189 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-upload-file-limit#comment-1219187</link>
    <description> &lt;p&gt;I don&#039;t know for sure, but I&#039;m betting that your host is preventing you from uploading something that big from a PHP form. Write &lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt; phpinfo&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(); &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt; on a test page and see what upload_max_filesize is. I don&#039;t think you can make it greater than what the PHP on the server is config&#039;d to. The .htaccess would be used to make it smaller than what PHP is set to. I think.&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 May 2007 14:19:33 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1219187 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
