Greetings, I'm working on an application and one part of it is to email a URL with a code and email address as parameters in the URL. That URL will then be used to upload a file after authenticating the code and emailaddr.
Something along the lines of http://<web address>/index.cfm? Event=validateCodeAndUpload&code=this&emailaddr=that I can get the URL parameters in the validateCode function that I have created in the controller, but have been unable to pass them, or put them into event and then reference them in my DAO located in the model directory. Where can I use EVENT and what would be the best method to query my table using the URL parameters. Hope this made sense Thanks in advance Cliff -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
