|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
FTPing file from html form
Hi,
How do I FTP files form my html form using <input type="file"> to the server? thanks, webtekie |
|
#2
|
|||
|
|||
|
hi,
You cannot do this with a simple web form. borwsers upload files over HTTP. You have to either make use of an FTP capable applet (shameless plug: such as Rad Upload at http://www.radinks.com/upload/) or rely on what's commonly called a web based ftp client. These clients rely on the browser to initially tranfer the file to the server using the HTTP protocol, then the server side upload handler connects to an ftp server and tranfers the files to that ftp server. There are several such scripts available as free downloads, however most of them are built with php.
__________________
A lean and mean secure FTP applet with GUI. Just 150 kb in size http://www.radinks.com/sftp |
|
#3
|
|||
|
|||
|
so am I out of luck with JSP?
|
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > FTPing file from html form |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|