jasonsalas
IS-IT--Management
Hi all,
I've got a Web form that I've been using to generate output that forms an image....actually, an HTML table that write out to the page, and then I cut-and-paste into Photoshop and the crop and save as a .GIF.
I was trying to take the form-inputted data and create an image based on the input, but when I use the FileSystemObject CreateTextFile method, I get a broken .GIF, seeing as how the input is HTML tags. I tried using:
<% Response.ContentType="image/gif" %>
...but the image is still broken, not being converted into binary data.
Any ideas on how I could still use a form and create and save a .GIF all in one shot?
Thanks!
I've got a Web form that I've been using to generate output that forms an image....actually, an HTML table that write out to the page, and then I cut-and-paste into Photoshop and the crop and save as a .GIF.
I was trying to take the form-inputted data and create an image based on the input, but when I use the FileSystemObject CreateTextFile method, I get a broken .GIF, seeing as how the input is HTML tags. I tried using:
<% Response.ContentType="image/gif" %>
...but the image is still broken, not being converted into binary data.
Any ideas on how I could still use a form and create and save a .GIF all in one shot?
Thanks!