SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
-
Oct 20, 2012, 23:56 #1
- Join Date
- Nov 2011
- Posts
- 8
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
content from "message box" to embbed to image selected on send
Is this possible in Classic ASP? How will I start?
Any advice?
Best,
B
-
Oct 21, 2012, 11:23 #2
Yes it is. But this requires ASPJpeg, ASPImage, csImage or any other image management component installed on server.
If none of these components are installed on server than you may use ASP.net, which provides a very easy way to do this.
In case you are developing website in Classic ASP and your server has ASP.net installed, than you can redirect from ASP page to ASPX page to update the image and than redirect back to your ASP page.
Bookmarks