Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~465 People Reached
Favorite Forums
Favorite Tags
jsp x 14
Member Avatar for ravi_91

friends,, here i have some problem. i did a program for uploading file into "D" drive using "html" and "jsp" but my main problem is when 3 users uploaded their files into "D" drive then how can i differentiate those 3 files means while retrieving files users should get the …

0
61
Member Avatar for ravi_91

hi to all, i did a project in jsp for "online exams" in my college then here my problem is how can i put into server so that every student can write the exam by connecting to the server how can he connect to the application(jsp file) which i put …

Member Avatar for peter_budo
0
132
Member Avatar for ravi_91

friends,, i wanna resize the image with specific dimensions while retrieving from database here is my code help me [CODE]<%@ page import="java.sql.*" %> <%@ page import="java.io.*" %> <% Connection connection = null; ResultSet rs = null; PreparedStatement psmnt = null; InputStream sImage; try { Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance(); connection = DriverManager.getConnection("jdbc:odbc:ravi", "system", "system"); …

Member Avatar for peter_budo
0
81
Member Avatar for ravi_91

please can any one suggest me the code for how to upload and retrieve the image(blob) into oracle database using jsp plzzz plzzzz

Member Avatar for ravi_91
-1
64
Member Avatar for ravi_91

iam doing a project but in my code it is not retrieving the data after the space like in data base i have " ravi teja" then in front end it is getting only "ravi" so can u suggest me the code plzzzzz

Member Avatar for ravi_91
0
127