| Author |
Transfer File from Android to server via socket
|
Tan Kok Lim
Greenhorn
Joined: Oct 23, 2012
Posts: 7
|
|
Currently, I've created one android apps to enables to send/transfer file from internal storage to remote server via WAN when I stayed in outside.
All files is success transfer but at the end my server is ended up with this message, ( the picture/music files will be success rendered when I quit out this programs )
Exception in thread "main" java.lang.IllegalArgumentException: Illegal Capacity: -1
at java.util.ArrayList.<init>(Unknown Source)
at ServerSocket.com.ServerRun.main(ServerRun.java:60)
Here is my server side code,
Server :
Android Side
My problem is here how can I modify to server side code to avoid this problems on future. Appreciate to any helps and thanks.
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6592
|
|
The stack trace line number and the one from your code do not match. Line number 60 on ServerRun.java is '{'
Are you sure the information is accurate ?
|
SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
|
 |
 |
|
|
subject: Transfer File from Android to server via socket
|
|
|