Group: Forum Members
Last Active: Tue 31 Mar 2015
Posts: 68,
Visits: 185
|
I would like to include links for product pdf brochures in a prominent position.
Rather than placing the link within the main text area, I would like to setup the pdf download links below the images of the product.
How can this be undertaken?
|
Group: Forum Members
Last Active: Tue 31 Mar 2015
Posts: 68,
Visits: 185
|
Thank you.
I added the following to the web.config file:
<system.web> <httpRuntime executionTimeout="3600" maxRequestLength="102400" appRequestQueueLimit="100" requestValidationMode="2.0" requestLengthDiskThreshold="10024000"/></system.web>
|
Group: Forum Members
Last Active: Tue 31 Mar 2015
Posts: 68,
Visits: 185
|
Yes, by adding the line into web.config file, it has allowed the upload of larger pdf documents.
|