aspose file tools
The moose likes Beginning Java and the fly likes File outputted has size zero Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "File outputted has size zero" Watch "File outputted has size zero" New topic
Author

File outputted has size zero

Alan Brooks
Greenhorn

Joined: Nov 30, 2008
Posts: 14
Hello what i am doing is sending a file from and android phone to a java server. The fact that there is an android phone is irrelevant. The problem is when the file is sent over sockets and is outputted the file is of size zero so i can not get the information out of it. The code is below any help would be much appreciated.

Client:



Server on pc

Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26496
    
  78

Alan,
Can you reproduce the problem without the sockets? That will help narrow down the causes. It will also allow someone to run the example to see what is going on.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: File outputted has size zero
 
Similar Threads
copying files over a network
Phone to phone/emulator comminication
Transfer multiple files from Server to Client using Sockets
Sending a file over socket
Socket connection program works for localhost but not for other ip