aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes need sample code for upload files Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "need sample code for upload files" Watch "need sample code for upload files" New topic
Author

need sample code for upload files

ravi kumar
Greenhorn

Joined: Oct 30, 2005
Posts: 19
Hi All,
I want to develop java code to upload files(not through FTP) and I dont want to use third party tool.Any body can please tell me how can I do that?Please send me sample codes if any.
THANKS IN ADVANCE

-Ravi Kumar.
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8259

What do you propose to do? Are you creating a custom server and protocol? Using HTTP? Are you ruling out FTP and third parties simply because you have had some problems here and here? If that's the case, reconsider. There's no sense in reinventing the wheel.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
ravi kumar
Greenhorn

Joined: Oct 30, 2005
Posts: 19
THANKS for your reply and
I am sorry.I want a sample java code to move the files from one place to another place in one computer.Please help me in this regard.
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8259

You want to copy a file from one location to another on the same machine?
look here
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: need sample code for upload files
 
Similar Threads
Uploading files using javascript
multiple file upload with single element
FTP applet
Want a mehtod in org.apache.commons.net.ftp
How to upload a Image using JAVA program