how to pause/resume a file upload ? Help me out

hi guys..does any one know how pause/resume a file upload. Prasanthsaanthu@hotmail.com
[114 byte] By [Prasanth_Kumara] at [2007-10-3 4:41:48]
# 1
Yes. It depends on the protocol.The protocol will define how (of if) this is possible. Are you using HTTP or FTP?Both FTP/HTTP include methods for stream-continuation.
watertownjordana at 2007-7-14 22:45:54 > top of Java-index,Core,Core APIs...
# 2
i am using FTP. tell me the methods if you knew anyThanks
Prasanth_Kumara at 2007-7-14 22:45:54 > top of Java-index,Core,Core APIs...
# 3
to pause upload or download keep a count of the number of bytes uloaded and of those remaining.The next time you continue start from where you left. Is that what you wanted.
saikannana at 2007-7-14 22:45:54 > top of Java-index,Core,Core APIs...
# 4
it will be helpful to be by sending a working examples, not scenarios
Prasanth_Kumara at 2007-7-14 22:45:54 > top of Java-index,Core,Core APIs...
# 5
I'm sure it would be. You'll find, though, that most people have a contracting rate which must be paid before they'll provide concrete examples.
brian@cubik.caa at 2007-7-14 22:45:54 > top of Java-index,Core,Core APIs...
# 6
hi all..i am back with solutions, if u want to pause/resume uploads use the API provided by http://www.enterprisedt.com/after downloading this package i solved my issue in minutesThanks to all who clicked this link before this post
Prasanth_Kumara at 2007-7-14 22:45:54 > top of Java-index,Core,Core APIs...