The image is uploaded on the site, but it is not resized.
Question:
Usually this happens because Smart Image Processor 2 is not executed. This could be due to a code between Pure ASP Upload and Smart Image Processor that redirect to another page or the Smart Image Processor code is before that of Pure ASP Upload.
I am using Pure ASP Upload 3 and Smart Image Processor 2. The images are uploaded but they are not resized. I do not obtain any errors from Smart Image Processor 2.
Answer:Usually this happens because Smart Image Processor 2 is not executed. This could be due to a code between Pure ASP Upload and Smart Image Processor that redirect to another page or the Smart Image Processor code is before that of Pure ASP Upload.
To solve the problem try to put the extensions code in the following order: Pure ASP Upload Smart Image Processor.
In you Asp page it should look like this:<% '*** Pure ASP File Upload 3.0.6
' Process form upload1
'<Pure ASP Upload code>
%>
<%
' Smart Image Processor 2.0.2
'<Smart Image Processor code>
%>
Comments
Be the first to write a comment
You must me logged in to write a comment.