<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : file upload limit</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : file upload limit]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 03:35:37 +0000</pubDate>
  <lastBuildDate>Thu, 15 Apr 2004 06:43:50 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=9994</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[file upload limit : I wouldn&amp;#039;t know, I&amp;#039;ve...]]></title>
   <link>https://forums.webwiz.net/file-upload-limit_topic9994_post54077.html#54077</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 9994<br /><strong>Posted:</strong> 15&nbsp;April&nbsp;2004 at 6:43am<br /><br />I wouldn't know, I've only tested and found this problem with AspUpload at present.]]>
   </description>
   <pubDate>Thu, 15 Apr 2004 06:43:50 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/file-upload-limit_topic9994_post54077.html#54077</guid>
  </item> 
  <item>
   <title><![CDATA[file upload limit : Do these kinds of problems occur...]]></title>
   <link>https://forums.webwiz.net/file-upload-limit_topic9994_post54045.html#54045</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6526">Mart</a><br /><strong>Subject:</strong> 9994<br /><strong>Posted:</strong> 14&nbsp;April&nbsp;2004 at 5:12pm<br /><br />Do these kinds of problems occur in asp.net? i.e. pure asp.net no COMS]]>
   </description>
   <pubDate>Wed, 14 Apr 2004 17:12:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/file-upload-limit_topic9994_post54045.html#54045</guid>
  </item> 
  <item>
   <title><![CDATA[file upload limit : I have also found with components...]]></title>
   <link>https://forums.webwiz.net/file-upload-limit_topic9994_post54043.html#54043</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 9994<br /><strong>Posted:</strong> 14&nbsp;April&nbsp;2004 at 4:52pm<br /><br />I have also found with components like AspUpload that during the uploadprocess the web server is unable to process calls for any pages on yoursite. Making your site unavailable during large uploads.<br><br>That is why the demo version of the RTE Editor on this site has beenplaced in it's own subdomain so that if people test out the uploadfetaure it doesn't interfer with the running of the rest of the site.<br>]]>
   </description>
   <pubDate>Wed, 14 Apr 2004 16:52:01 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/file-upload-limit_topic9994_post54043.html#54043</guid>
  </item> 
  <item>
   <title><![CDATA[file upload limit : Uploads via asp/http are inefficient...]]></title>
   <link>https://forums.webwiz.net/file-upload-limit_topic9994_post54042.html#54042</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 9994<br /><strong>Posted:</strong> 14&nbsp;April&nbsp;2004 at 4:31pm<br /><br /><P>Uploads via asp/http are inefficient and tend to put load on the server which is primarily designed to serve up web pages. FTP is both faster and less resource intensive which is why many components and hosts have the 2mb limit on asp/http uploads.</P><P>If you consistently have uploads over 2mb (or even over 500kb), you should look to set-up an ftp area.</P>]]>
   </description>
   <pubDate>Wed, 14 Apr 2004 16:31:31 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/file-upload-limit_topic9994_post54042.html#54042</guid>
  </item> 
  <item>
   <title><![CDATA[file upload limit : As a rule most components support...]]></title>
   <link>https://forums.webwiz.net/file-upload-limit_topic9994_post53996.html#53996</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 9994<br /><strong>Posted:</strong> 14&nbsp;April&nbsp;2004 at 12:23pm<br /><br />As a rule most components support 2MB.<br><br>To know how big you can increase the size limit to you need to findoutwhat component and version is installed on the server and check withthe providers of the component the maximum size for that version.<br><br>I know with AspUpload some older versions are lmited to 2MB, but I believe that may have increased in later versions.<br>]]>
   </description>
   <pubDate>Wed, 14 Apr 2004 12:23:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/file-upload-limit_topic9994_post53996.html#53996</guid>
  </item> 
  <item>
   <title><![CDATA[file upload limit : i was just wondering if it would...]]></title>
   <link>https://forums.webwiz.net/file-upload-limit_topic9994_post53989.html#53989</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6524">Scotty32</a><br /><strong>Subject:</strong> 9994<br /><strong>Posted:</strong> 14&nbsp;April&nbsp;2004 at 10:27am<br /><br /><P>i was just wondering if it would be safe to mod the forum so i could have a larger upload limit, am on JodoHost so i think i use ASUpload</P><P>would it be safe to incress the limit from 2000kb to say 5000kb?</P><P>i think there the sizes</P><P>anyway just wanna know if it'd be safe to change the limit with this component</P><P>does anyone know the acctual limit?, i just wanna be able to upload mp3s thru it, since i have a hip-hop freestyle site<BR>so the copyright will be ok<IMG src="https://forums.webwiz.net/smileys/smiley1.gif" border="0"></P>]]>
   </description>
   <pubDate>Wed, 14 Apr 2004 10:27:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/file-upload-limit_topic9994_post53989.html#53989</guid>
  </item> 
 </channel>
</rss>