Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

receive&save a file in web

  Asked By: Ronnie    Date: Apr 11    Category: Java    Views: 670
  

In a web application I want to receive a file, save and read it then do somethings.
The sender of the file is another software.

What is the best scenario for receive file?

If the sender, send file via mail, how can I configure my web server(JBoss) to receive&save the file?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Scarlett Hughes     Answered On: Apr 11

The clean solution is using soap attachments,but there are variety of ways you can receive file  on web  such as follows:

- using HTTP file upload mechanisim.
- using webdav
- using email protocols (smtp,pop3)
...

 
Didn't find what you were looking for? Find more on receive&save a file in web Or get search suggestion and latest updates.




Tagged: