File Upload Issue

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
joea84
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Wed May 26, 2010 11:55 am

File Upload Issue

Post by joea84 » Fri Oct 15, 2010 12:02 pm

Hi,

I am receiving an error that the max upload file size is 4 MB with AbleCommerce. I am trying to upload files from a page, which is linked to the shopping cart. So, I am trying to upload files related to an order before I checkout. I am not using FTP, just a .NET file upload tool. Is there any API that restricts file uploading to a certain size? I have these web.config settings:

<system.web>

<httpRuntime maxRequestLength="102400" executionTimeout= "3600" />

</system.web>

<system.webServer>
<security >
<requestFiltering>
<requestLimits maxAllowedContentLength="1024000000" />
</requestFiltering>
</security>

Are there any other settings I can change?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: File Upload Issue

Post by jmestep » Sat Oct 16, 2010 7:31 am

I think at one time in the past there was something we needed to do on a server level also. I just can't remember what it was. I remember finding it via Google search.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

Post Reply