Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Web upload Page

  Asked By: Lucas    Date: Dec 26    Category: Java    Views: 602
  

does anyone know anything about multipart/form-data? : : so people
can upload files to an ftp client through your webpage, example: a
graphic business needs to receive files through their website from
customers and have their files go to the graphic companies ftp site

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Faiza Mian     Answered On: Dec 26

b> does anyone know anything about multipart/form-data? : : so people
b> can upload  files to an ftp  client through your webpage, example: a
b> graphic business  needs to receive files  through their website  from
b> customers and have their files go to the graphic companies ftp site

hummm whats wrong with php?

If are sending via form data anyway, whats wrong with using CGI or
PHP to take the post data to the directory of the ftp client?

you can use Java for cgi i believe, stdout is sent to http.

applets tend not to interact with the server or the client, they're
pretty much stand alone.

 
Answer #2    Answered By: Felix Gray     Answered On: Dec 26

see this url
http://www.oop-reserch.com/mime_example_1.html

i think it can help you.

 
Didn't find what you were looking for? Find more on Web upload Page Or get search suggestion and latest updates.




Tagged: