posted 14 years ago
Hi, I am having requirement to upload the files into windows share folder, It works fine If I run the application on windows, but we moved the application to UNIX, so right now the client has to upload the files to windows shareholder , server is running on the UNIX,
as I am using the simple File file = new File(//share/shareholder),
so the problem is once we move to UNIX, how can I handle ., any example will really helpful.
Thanks
Srikanth