victor Diaz
Member since Mar 2, 2010
- Profile: /members/5561-victor-diaz.htm
- URL: http://www.nysm.nysed.gov/
- Comments: 6
Recent Blog Comments By victor Diaz
-
Ask Ben: Limit File Upload Size In ColdFusion
Posted on Feb 9, 2011 at 6:48 PM
recently I uploaded two files, the reported file size in windows explorer was 1097 kb for one file and 1853 kb for the other. [2950 kb] However the cgi.content_length variable was reporting the size as 3019924. I want to limit total file upload to 10 megabytes so what is the proper cgi.content len... read more »
-
Ask Ben: Creating A PDF And Attaching It To An Email Using ColdFusion
Posted on Mar 2, 2010 at 4:42 PM
Thought I would post u back what i did. First so u understand whats happenning, I compose an email that contains static text together with a blank pdf form that is dynamically populated with applicant information from a database query, and attached and sent to a recipient using cfmail and cfdocumen... read more »
-
Ask Ben: Creating A PDF And Attaching It To An Email Using ColdFusion
Posted on Mar 2, 2010 at 12:17 PM
Hadnt worked with iframes like that, maybe I will give it a wirl. I will keep you posted. vic... read more »
-
Ask Ben: Creating A PDF And Attaching It To An Email Using ColdFusion
Posted on Mar 2, 2010 at 10:55 AM
I got it, I'll just use the code I currently have that sends an email with the dynamic PDF attachment, but instead of sending it to the intended party, I will send it to myself, then I can preview it, and foward it to the intended recipient using the email clients send. The only problem with this t... read more »
-
Ask Ben: Creating A PDF And Attaching It To An Email Using ColdFusion
Posted on Mar 2, 2010 at 10:23 AM
we run coldfusion 7,8 dev/prod. I have implemented sending an email and attaching a dynamically created PDF on the fly, but now I want to open my email client in a coldfusion app, simple enough to open- (a href="mailto: etc etc.) -and attach a pdf document before I sending the email (using th... read more »
-
Ask Ben: Creating A PDF And Attaching It To An Email Using ColdFusion
Posted on Mar 2, 2010 at 9:58 AM
This shows how to embed a pdf in an outgoing email message. How do you attach the pdf to an email message you have'nt sent yet. In other words, open your email client and pre-view what you are about to manually send, with the attachment attached to the email?... read more »