Re: file upload problem using Oreilly servlet

2000-11-25 Thread Jason Hunter
> 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

file upload problem using Oreilly servlet

2000-11-25 Thread G.Nagarajan
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

Re: How to restrict it?

2000-11-25 Thread Bo Xu
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

How to restrict it?

2000-11-25 Thread s saravanan
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

Servlet does not get the value from JScript

2000-11-25 Thread Rajesh Kumar
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. _

cannot write to tomcat tempdir from a dos application

2000-11-25 Thread Mohammed Akacem
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

Re: Ho to disable the back button operation

2000-11-25 Thread Fırat Tiryaki
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