File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes File Transfer in Apache Web Server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "File Transfer in Apache Web Server" Watch "File Transfer in Apache Web Server" New topic
Author

File Transfer in Apache Web Server

Saurabh Naik
Ranch Hand

Joined: Apr 24, 2008
Posts: 85
Hello
I am developing one site. In which I want to give upload resume functionality. So do I need to configure FTP protocol here... how ?
or Apache automatically handles it ?


SCJP 6 (88%), SCWCD 5 (78%), preparing for SCBCD
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12612
This would normally be handled by a form submission.
Rob Spoor
Saloon Keeper

Joined: Oct 27, 2005
Posts: 17259

But remember to set the encoding type correctly:
Without that enctype it will fail.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
 
subject: File Transfer in Apache Web Server
 
MyEclipse, The Clear Choice