• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Getting error to upload file

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
In my application i tried to upload a file but it is giving me error directory not found.same application when deployed on weblogic is working fine but with web sphere it is giving that error.
process:it has a text box and browse button ,when we click on browse it opens a window,where we can select a file and the click open then it shows path of file in text box, also file is at different machin.
if it is on same machin no problem.
can any one suggest me what may be the problem.
 
Ranch Hand
Posts: 225
Spring Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sachin ,
Welcome to Javaranch.

As per your words, you are going to access remote machine for uploading files.(how you are selecting the file through open dialog box(after clicking browse button).i.e What path you are looking at ?

Paste your path here (both Weblogic and Websphere).

Might it helps to understand your problem more clearly.(to other also)


Regards
Baseet Ahmed
##############
Value of Parents
Jannat(Heaven) is under the feet of Mother.
Father is the middle gate of Jannat(Heaven).
[ ISLAM ]
##############
 
Ranch Hand
Posts: 197
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This might help you -- http://commons.apache.org/fileupload/using.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic