I want to create an image file (.jpg, .png) using a jQuery function. In the application we are using JSF as view Page. How to create an image using jQuery when the function is called from Java method?
-
stackoverflow.com/questions/7545898/…Damian Leszczyński - Vash– Damian Leszczyński - Vash2012-07-15 10:36:11 +00:00Commented Jul 15, 2012 at 10:36
-
Do you want to generate an image in server side and show it on the client?Alexey Grigorev– Alexey Grigorev2012-07-15 10:42:19 +00:00Commented Jul 15, 2012 at 10:42
-
@AlexeyGrigorev... yes I want to generate image in server side and show it on clientJeY– JeY2012-07-15 10:45:58 +00:00Commented Jul 15, 2012 at 10:45
-
@Vash... In your link that i know but hoiw to create image using jQuery Function ???JeY– JeY2012-07-15 10:48:56 +00:00Commented Jul 15, 2012 at 10:48
Add a comment
|