> I am using the following servlet for uploading files.
> http://www.servlets.com/resources/com.oreilly.servlet/index.html
>
> The code works fine when the file size is lesser than the max
> file size. But when the uploaded file size is more, the browser
> just shows the server could not be found
Hi,
I am using the following servlet for uploading files.
http://www.servlets.com/resources/com.oreilly.servlet/index.html
The code works fine when the file size is lesser than the max file size. But
when the uploaded file size is more, the browser just shows the server could
not be found messag
s saravanan wrote:
> Hi All,
>
> I have some help regarding restriction of pages in browsers.
>
> I have created 3 html pages. First page is a homepage where the user login
> is there. The users have to see the remaining 2 html pages only if they
> login in the first page.In the browser, if t
Hi All,
I have some help regarding restriction of pages in browsers.
I have created 3 html pages. First page is a homepage where the user login
is there. The users have to see the remaining 2 html pages only if they
login in the first page.In the browser, if they give url like
http://server
Hello all
Servlet does not get the value from JavaScript.Can anyone help me.
Java Script: (while submitting following function has been called)
function insert(){
document.write("");
}
Servlet thows NUL Lpointer exception.
rajesh.
_
Hi;
in my servlet I am trying to run a dos application which take two
string as parameters(one as source file string and the other as the
file destination string). the destination file is laid in the dos
application. it seems the dos application is not permitted to write in
in tomcat temp di
You shoul use javascript History.length property, that's;
Track a variable in a hidden type input and compare it with the history.length value (
if
it's < or > the hidden value)
Good luck
somebody great wrote:
> Hi all,
> I have a form to add a new employee details. After adding the employe