The Artima Developer Community
Sponsored Link

Java Answers Forum
file uploading from client end to server machine thru java

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
sanjeev

Posts: 1
Nickname: sanju24
Registered: Nov, 2002

file uploading from client end to server machine thru java Posted: Nov 28, 2002 11:09 PM
Reply to this message Reply
Advertisement
i am trying to create servlets which can take complete path of the files(e.g f:\a.java) from the client and upload this file on the server but the problem is that servlets are the programs which run on server end then how the servlet running on the server will understand the file existing on the client end. if there are any tools in java script to read the content of files then we can send the content on the server but i cannot find that...pls help me

Topic: Is there performance issues with declaring variables inside a loop? Previous Topic   Next Topic Topic: testing for null spaces

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use