Formvariables in combination with Pure ASP Upload
Question:
When using Smart Mailer ASP in combination with Pure ASP Upload the defined form variables are not in the mail and there is no file uploaded.
Can I use the two extensions on the same page. Where should I put the redirect then?
Answer:
DISCLAIMER:
This is extra complimentary content which purpose is to show additional usage that is not part of the product, i.e. it suggests tips for extending the functionality of the product by the users themselves.
It is provided "as is", without warranty of any kind, express or
implied , including but not limited to the warranties of
merchantability, fitness for a particular purpose and nonfringement of
third party rights.
DMXzone does not take responsibility to
support the suggested content to be fully compatible and working as
intended and does not provide support for extended functionality which
is not included in the current release of the extension.
It is highly recommended that only more advanced developers use it.
You can use them on the same page.
If using Smart Mailer ASP in combination with Pure ASP Upload you should replace “Request.form” with “UploadFormRequest” as described here: http://www.dmxzone.com/go?5608.
Then be sure the formaction in the formtags is the following, otherwise the variables are not send :
action ="<%=GP_uploadAction%>"
You can do this by double clicking “Pure ASP Upload” in the Server Behavior Panel and simply click ‘OK’ in the dialogbox.
If you want to redirect the page, put the redirect in the last behavior. If you are only using Smart Mailer ASP and Pure ASP Upload together on the same page, define the redirect in the Smart Mailer dialogbox.
Comments
Be the first to write a comment
You must me logged in to write a comment.