Forum: JSP Jul 6th, 2009 |
| Replies: 32 Views: 2,938 i had been follow your advised.
drop and make a new table.
the problem is not settle.
the image still not save in the database and when i click submit,
it tooks about 4 minutes to loading but the... |
Forum: JSP Jul 6th, 2009 |
| Replies: 32 Views: 2,938 i already have my own database.
when i change the database name,username and passwoprd,that u give, the image still not save in the database.so im confused,what's wrong with the code.
it is because... |
Forum: JSP Jul 6th, 2009 |
| Replies: 32 Views: 2,938 still it cannot save in the database.
it is my data base incorrect
my data base is :
CREATE TABLE `testimage` (
`id` varchar(11) default NULL,
`image` blob
) |
Forum: JSP Jul 6th, 2009 |
| Replies: 32 Views: 2,938 |
Forum: JSP Jul 5th, 2009 |
| Replies: 32 Views: 2,938 my web server is apache tomcat and the version is 6.0.16 |
Forum: JSP Jul 5th, 2009 |
| Replies: 32 Views: 2,938 adatapos...
i try run your program....
this error appear:
i am using apache as my web server |
Forum: JSP Jul 5th, 2009 |
| Replies: 32 Views: 2,938 i already change the sql statement and also make out.println() method.
but it still display blank page when i run it |
Forum: JSP Jul 3rd, 2009 |
| Replies: 32 Views: 2,938 hi...i have this code.
but i will display blank page when i run it :
import java.io.*;
import java.sql.*;
import java.util.*;
import java.text.*;
import java.util.regex.*;
import... |
Forum: JSP Jun 27th, 2009 |
| Replies: 32 Views: 2,938 |
Forum: JSP Jun 26th, 2009 |
| Replies: 32 Views: 2,938 how to find to search server logfiles?
i have no idea... |
Forum: JSP Jun 24th, 2009 |
| Replies: 2 Views: 698 hai...
i need idea how to make security code in jsp..
for example:
when we register to any website, mostly we need to fill
the security code that appear at the registration form page.
so how... |
Forum: JSP Jun 21st, 2009 |
| Replies: 2 Views: 451 hi,
actually i want to set a order id by automatically...
example:
oderId : GB0001
and it will increase automatically each time some one make order. |
Forum: JSP Jun 21st, 2009 |
| Replies: 3 Views: 501 then,may i know how to solve it? |
Forum: JSP Jun 16th, 2009 |
| Replies: 3 Views: 501 i have the below code: its appear error when i run the code:
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@ page... |
Forum: JSP Jun 16th, 2009 |
| Replies: 32 Views: 2,938 ooo..ok...
i try to find it...
tq sir
1 |
Forum: JSP Jun 16th, 2009 |
| Replies: 32 Views: 2,938 actually the blank page appears because the image did not save in the database. ..:(
the page is:
import java.io.*;
import java.sql.*;
import java.util.*;
import java.util.regex.*;
import... |
Forum: JSP Jun 16th, 2009 |
| Replies: 32 Views: 2,938 <html>
<head><title>Image Upload</title></head>
<body>
<form action="UploadImage" method="post" enctype="multipart/form-data"
name="productForm" id="productForm"><br><br>
... |
Forum: JSP Jun 16th, 2009 |
| Replies: 32 Views: 2,938 tq...but a blank page appears... |
Forum: JSP Jun 16th, 2009 |
| Replies: 32 Views: 2,938 my code :
********uploadImage.jsp*************
<form action="UploadImage" method="post" enctype="multipart/form-data"
name="productForm" id="productForm"><br><br>
<table... |