• 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

Copying files from PC to MAC

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
Firstly a little background to my problem. I have a Win2k based server with images stored on it (mainly images: ai, tiff, psd etc. also some pdf files). I need to be able to upload/download these images from the server to Macs (vice versa) using FileInputStream/FileOutputStream in a simple web based tool and . The tool works fine, all except one small prolem. When I download the files, it seems to loose some information about the files, such as the thumbnail, file type and default application to open the file with. This problem does not occur when the files are downloaded to a PC.
For now I have written a small batch file which the Java tool calls, to do the upload/download (this works fine) but is not ideal.
I was wondering if anyone else has had this problem, or could help solve it.
KPS
 
reply
    Bookmark Topic Watch Topic
  • New Topic