Thanks for any hints.
Discussions
Web tier: servlets, JSP, Web frameworks: How to upload a file to Web Server using Servlet/JSP ?
-
How to upload a file to Web Server using Servlet/JSP ? (4 messages)
- Posted by: piao G
- Posted on: August 06 2001 04:07 EDT
Threaded Messages (4)
- How to upload a file to Web Server using Servlet/JSP ? by Goutam Dutta on August 06 2001 06:12 EDT
- How to upload a file to Web Server using Servlet/JSP ? by Joy H on August 08 2001 10:47 EDT
- How to upload a file to Web Server using Servlet/JSP ? by Pon Bakyaraj JeyarajJesudian on September 23 2001 12:56 EDT
- How to upload a file to Web Server using Servlet/JSP ? by Pon Bakyaraj JeyarajJesudian on September 24 2001 10:36 EDT
- How to upload a file to Web Server using Servlet/JSP ? by Pon Bakyaraj JeyarajJesudian on September 23 2001 12:56 EDT
-
How to upload a file to Web Server using Servlet/JSP ?[ Go to top ]
- Posted by: Goutam Dutta
- Posted on: August 06 2001 06:12 EDT
- in response to piao G
please go through book Java Servlet Programming page no:110 by Orilly publication and then also u face any prob. contact me in duttagoutam at hotmail dot com
bye,
goutam -
How to upload a file to Web Server using Servlet/JSP ?[ Go to top ]
- Posted by: Joy H
- Posted on: August 08 2001 10:47 EDT
- in response to piao G
Your question is not clear.
If you are uploading to a server that is using .jsp, try using PC Anywhere, hooking it up to your PC, and transferring files from it to the server.
If you are trying to upload BY WAY of JSP, I have no idea.
Hope it helps. -
How to upload a file to Web Server using Servlet/JSP ?[ Go to top ]
- Posted by: Pon Bakyaraj JeyarajJesudian
- Posted on: September 23 2001 12:56 EDT
- in response to Joy H
you can get the required code from this site...
http://www.jspsmart.com/ -
How to upload a file to Web Server using Servlet/JSP ?[ Go to top ]
- Posted by: Pon Bakyaraj JeyarajJesudian
- Posted on: September 24 2001 10:36 EDT
- in response to Pon Bakyaraj JeyarajJesudian
I am able to store the file in the database and as well as able to retrieve but there is one limitation. If the file exceeds 3900 bytes(approx.) then the setobject method of preparedstatement stores null value. I tried setBinaryStream, it allows only 2000 bytes.
I am using oracle thin driver. I think the problem is with the driver.
Can anyone suggest proper driver?