Can I use Smart Mailer with Pure ASP Upload?
Can I use the Smart Mailer extension to send an email with an attachment after a file has been uploaded with the Pure ASP Upload extension?
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.
After you use the Pure ASP Upload you can't use the Request.Form collection. You should use instead UploadFormRequest(..)
So for example,instead of writing:
Request.Form("myfield")
Now you should write:
UploadFormRequest("myfield")
For example in the subject you have,
Hello, ##Request.Form("name")##
has to be
Hello, ##UploadFormRequest("name")##
Comments
Need much more info
Just saying you replace Request.form with UploadFormRequest is not enough.
Do you still request the form variables?
Can Smart Mailer be on the same page or on the thank you page?
I have tried many variations and the file uploads and an email is sent - but all my variable are blank....
Help!!!!! please!!!!
Please clarify!!!!!
No one has responded since my post on June 7th...
I still need to know these things :
I have tried and tried and NOTHING works. I can get SM to email without variables (and on the same page as Upl) - but I CANNOT get the form parameters to be included in the email....
PLEASE HELP!!! <--- desperate plee
Thank you,
Mark
TWO YEARS Go BY
You must me logged in to write a comment.