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.
|
Group: Administrators
Last Active: Wed 18 Nov 2020
Posts: 148,
Visits: 3,450
|
Did that work? If so can you select the post that suggested the fix as the correct answer - will help others who have that problem
|
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: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
|
Group: Forum Members
Last Active: Tue 31 Mar 2015
Posts: 68,
Visits: 185
|
I've tried to setup a pfd brochure as a media link. But during the upload process it keeps coming up with page can not be displayed!
Sadly most supplier brochures for instruments are over 6mb so a little large.
Smaller brochures of 2mb are fine.
|
Group: Administrators
Last Active: Wed 18 Nov 2020
Posts: 148,
Visits: 3,450
|
Can you add them as a media file, just like you'd add a video?
|
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?
|