file path how to show in unix?
hi,
i am succesfully uploading images in windows operating system.
while trying same code with unix i am getting error.
any one knows how to solve this problem
-
in windows
String path="C:\\jboss-4.0.4.GA\\server\\default\\deploy\\jbossweb-tomcat55.sar\\ROOT.war\\upload_files";
// this path working well with windows
in unix
String path="//usr//local//jakarta-tomcat-5.5.9-public//webapps//testApp//upload_files";
thanks
sai

