A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Java in General
Author
File Transfer in Apache Web Server
Saurabh Naik
Ranch Hand
Joined: Apr 24, 2008
Posts: 87
posted
Jul 02, 2009 10:52:22
0
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: 12617
I like...
posted
Jul 02, 2009 10:58:56
0
This would normally be handled by a form submission.
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
I like...
posted
Jul 02, 2009 12:55:58
0
But remember to set the encoding type correctly:
<form enctype="multipart/form-data" action="some_page" method="POST"> <input type="file" name="my_resume"> <input type="submit"> </form>
Without that enctype it will fail.
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions
How To Answer Questions
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 Transfer in Apache Web Server
Similar Threads
What's your favorite open source library/project?
Form Based secruity...
Safeguarding JSP pages
Getting started with EJB
WA #1.....word association
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter