No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
# I want to give a button in my JSP page, which on click of it should store an image in the filesystem. # Following is the code ScreenCapture.java which is a servlet. Purpose: To capture the screen of working area and store it in file system. Problem: - An …
[B]Hi Ganesh[/B], How you are checking & confirming that the code is not working over a browser? Can you share the Error Details you see through your browser [U]Probable Solutions are[/U]: - 1) Create a war file from Eclipse and deploy it in your App Server. 2) Deploy the WEB …
Hi GRID Control can be achieved in number of ways... Following are easily configurable ways: - 1. Use jquery GRID Control 2. sencha extjs (very easy to configure) [B][I][U]Best Example[/U][/I][/B] is to refer the following [URL="http://www.extjs.com/deploy/dev/examples/grid/array-grid.html"]http://www.extjs.com/deploy/dev/examples/grid/array-grid.html[/URL]
[QUOTE]:confused: ..????????? Nothing to get confused here...[/QUOTE] AJAX is for Web Developers who wish to make the web page more responsive just like a desktop application. Al Though you can do a lot with AJAX to improve your web page and make it more intuitive it is not a big …
You can use jquery plugin to do that.... Also following [URL="http://www.sencha.com/products/core/download.php"]extjs[/URL] You can also make multiple file uploads in one go... refer following link also [URL="http://dev.sencha.com/deploy/dev/examples/form/file-upload.html"]http://dev.sencha.com/deploy/dev/examples/form/file-upload.html[/URL]
Refer the Attachment pure-asp-upload.zip. Self - Explanatory examples are available. Revert still any doubts / clarifications... Following is actual WEB SITE [URL="http://www.motobit.com/help/scptutl/upload.asp?pureurl"]http://www.motobit.com/help/scptutl/upload.asp?pureurl[/URL]
[CODE]import java.io.*; import java.text.*; import java.util.*; import javax.servlet.*; import javax.servlet.http.*; public class getname extends HttpServlet { public void init(ServletConfig config) throws ServletException { super.init(config); } public void destroy() { } public void doPost(HttpServletRequest request,HttpServletResponse response) throws IOException, ServletException { String name = null; PrintWriter out = response.getWriter(); if(request.getParameter("txtname") != null) …
The End.
rakesh4java